home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / dsz1129.zip / DSZ.DOC < prev    next >
Text File  |  1993-11-29  |  149KB  |  4,308 lines

  1.  
  2.  
  3.  
  4.  
  5.                                      CONTENTS
  6.  
  7.  
  8.       1.  ZMODEM Features at a Glance....................................   1
  9.  
  10.       2.  TUTORIAL INTRODUCTION..........................................   3
  11.  
  12.       3.  CALLING DSZ FROM COMM PROGRAMS.................................   4
  13.           3.1    USE AN INTERFACE PROGRAM?...............................   4
  14.           3.2    Ms-Kermit 3.00..........................................   4
  15.           3.3    PROCOMM PLUS............................................   4
  16.           3.4    Qmodem..................................................   6
  17.           3.5    TELIX...................................................   7
  18.  
  19.       4.  BULLETIN BOARD CONSIDERATIONS..................................  10
  20.  
  21.       5.  DESCRIPTION....................................................  11
  22.  
  23.       6.  COMMANDS.......................................................  13
  24.           6.1    List of Commands........................................  13
  25.           6.2    Interrupt Keys..........................................  19
  26.  
  27.       7.  NUMERIC PARAMETERS.............................................  20
  28.  
  29.       8.  ENVIRONMENT VARIABLES..........................................  24
  30.  
  31.       9.  EXIT STATUS....................................................  28
  32.  
  33.      10.  EXAMPLES.......................................................  29
  34.  
  35.      11.  BACKGROUND OPERATION...........................................  30
  36.           11.1   Windows 3...............................................  31
  37.           11.2   VM......................................................  31
  38.  
  39.      12.  FLOW CONTROL...................................................  32
  40.  
  41.      13.  ERROR MESSAGES.................................................  33
  42.           13.1   Got ZRPOS...............................................  34
  43.           13.2   Subpacket too Long......................................  35
  44.           13.3   Bad CRC.................................................  35
  45.           13.4   Garbled Data Subpacket..................................  35
  46.           13.5   Serial Input Error: Line Status Register xx ............  36
  47.           13.6   No Carrier Detect.......................................  38
  48.           13.7   Port %d (%X) defective..................................  38
  49.           13.8   COMMAND NOT FOUND.......................................  38
  50.           13.9   Out of Environment......................................  38
  51.  
  52.      14.  SLOW TRANSFERS.................................................  39
  53.  
  54.      15.  IN CASE OF DIFFICULTY..........................................  40
  55.           15.1   LOCKUPS.................................................  40
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                  15.1.1  Insufficient Memory  40
  65.                  15.1.2  Environment TOO BIG  40
  66.                  15.1.3  Bad COM Port Configuration  40
  67.                  15.1.4  LAN Manager Conflicts  41
  68.           15.2   Incorrect Batch Files...................................  42
  69.           15.3   Cheap Internal Modems...................................  42
  70.           15.4   Commands Entered in Upper Case..........................  42
  71.           15.5   No Carrier Detect.......................................  42
  72.           15.6   DOS 3.x.................................................  43
  73.           15.7   Perstor Controllers.....................................  43
  74.           15.8   IBM PS/2 Model 50Z......................................  43
  75.           15.9   Brain Damaged UARTS.....................................  43
  76.                  15.9.1  Everex Internal Modems  45
  77.           15.10  Weird Iron..............................................  45
  78.           15.11  PKARC 3.6...............................................  46
  79.           15.12  Will the real YMODEM please stand up?...................  46
  80.           15.13  286 and 386 Extended Memory.............................  46
  81.           15.14  Disk Caches.............................................  46
  82.  
  83.      16.  ASSOCIATED DOCUMENTS...........................................  48
  84.  
  85.      17.  FILES..........................................................  49
  86.  
  87.      18.  Other Omen Technology Products.................................  51
  88.           18.1   Professional-YAM COMMS TOOLS............................  51
  89.           18.2   ZCOMM: Industrial Strength COMMS Shareware..............  51
  90.           18.3   ZMODEM Developer's Collection...........................  51
  91.  
  92.      19.  FAIR PLAY......................................................  52
  93.           19.1   Sharing DSZ Files.......................................  53
  94.           19.2   REGISTRATION............................................  54
  95.           19.3   Files on Registration Disk..............................  56
  96.           19.4   Bulletin Board Registration.............................  57
  97.  
  98.      20.  CHANGES........................................................  59
  99.  
  100.      21.  ACKNOWLEDGEMENTS...............................................  70
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.                                   Chuck Forsberg
  125.  
  126.                                Omen Technology Inc
  127.  
  128.  
  129.                                      ABSTRACT
  130.  
  131.  
  132.  
  133.                    ZMODEM-90(TM) - Not just another XMODEM hack
  134.  
  135.      DSZ is one of many available programs that implement the ZMODEM file
  136.      transfer protocol.  DSZ features the ZMODEM-90(TM) extensions including
  137.      ZMODEM compression and MobyTurbo(TM) accelerator.
  138.  
  139.      DSZ's ZMODEM provides advanced file management features including two
  140.      levels of Intelligent Crash Recovery(TM), and flexible control of
  141.      selective file transfers.
  142.  
  143.      The ZMODEM file transfer protocol provides reliable file and command
  144.      transfers with complete END-TO-END data integrity between application
  145.      programs.  DSZ's 32 bit CRC protects against errors that sneak by "error
  146.      free" modems and even the most advanced networks.
  147.  
  148.      ZMODEM safeguards all data and supervisory information with effective
  149.      error detection.  (XMODEM and many recently introduced protocols do not
  150.      protect vital supervisory data.)
  151.  
  152.      ZMODEM rapidly transfers files, particularly with modern modems,
  153.      timesharing systems, satellite relays, and packet switched networks.
  154.      ZMODEM's streaming operation eliminates delays caused by
  155.      Kermit/XMODEM/YMODEM/JMODEM block acknowledgements.  ZMODEM eliminates
  156.      traditional protocols' PACKET LENGTH compromises between transfer
  157.      efficiency and error recovery; ZMODEM's packet length is the entire
  158.      file.
  159.  
  160.      User Friendliness is an important ZMODEM feature.  ZMODEM
  161.      AutoDownload(TM) (Automatic file Download without user intervention)
  162.      provides a level of convenience unimaginable to users of traditional
  163.      protocols.
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.        DSZ - a ZMODEM-90(TM), True YMODEM(TM), XMODEM File Transfer Program
  179.  
  180.  
  181.                                Omen Technology Inc
  182.  
  183.  
  184.      1.  ZMODEM Features at a Glance
  185.  
  186.      _______________________________________________________________________
  187.      |   Feature              | ProCm | RZSZ | DSZ  | GSZ | ZCOMM | Pro-YAM |
  188.      |________________________|_______|______|______|_____|_______|_________|
  189.      |Security Verification   | no    | no   | no   | no  | no    | YES     |
  190.      |Cybnertic Data Recovery | no    | no   | YES  | YES | YES   | YES     |
  191.      |                        |       |      |      |     |       |         |
  192.      |Command Download        | no    | YES  | no   | no  | YES   | YES     |
  193.      |                        |       |      |      |     |       |         |
  194.      |Update Directory Tree   | no    | YES* | no   | no  | YES   | YES     |
  195.      | Create Directories     | no    | YES* | no   | no  | YES   | YES     |
  196.      | Newer files Only       | no    | YES  | YES  | YES | YES   | YES     |
  197.      | Protect files          | ?     | YES  | YES  | YES | YES   | YES     |
  198.      | Common files Only      | no    | YES  | YES  | YES | YES   | YES     |
  199.      |                        |       |      |      |     |       |         |
  200.      |Collision Avoidance     | ?     | no   | YES* | YES | YES   | YES     |
  201.      |                        |       |      |      |     |       |         |
  202.      |Crash Recoverey         | YES   | YES  | YES  | YES | YES   | YES     |
  203.      | Verified Accuracy      | no    | SZ   | YES  | YES | YES   | YES     |
  204.      |                        |       |      |      |     |       |         |
  205.      |ZMODEM-90(TM)           | no    | YES  | YES  | YES | YES   | YES     |
  206.      | Compression            | no    | YES  | YES  | YES | YES   | YES     |
  207.      | MobyTurbo(TM)          | no    | YES* | YES  | YES | YES   | YES     |
  208.      | 7-bit Paths OK         | no    | YES* | YES* | YES | YES   | YES     |
  209.      |                        |       |      |      |     |       |         |
  210.      |OPERATING SYSTEMS       |       |      |      |     |       |         |
  211.      | Text Translation       | no    | YES  | YES  | YES | YES   | YES     |
  212.      | Record Format Support  | no    | YES  | YES  | YES | YES   | YES     |
  213.      | DOS Shared Files       | ?     | -    | YES  | YES | no    | no      |
  214.      | OS/2                   | no    | no   | no   | no  | no    | YES     |
  215.      | VMS                    | no    | YES  | no   | no  | no    | YES     |
  216.      | Unix/Xenix             | no    | YES  | no   | no  | no    | YES     |
  217.      |                        |       |      |      |     |       |         |
  218.      |True YMODEM(TM)         | no    | YES  | YES  | YES | YES   | YES     |
  219.      |Demand Upgrade(TM)      | no    | YES  | YES  | YES | YES   | YES     |
  220.      |File Transfer Display   | YES   | no   | no   | YES | YES   | YES     |
  221.      | TOTAL File Xfer Data   | no    | YES  | YES  | YES | YES   | YES     |
  222.      |________________________|_______|______|______|_____|_______|_________|
  223.  
  224.      ProCm = ProComm Plus
  225.      * Not available on all flavors or platforms
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.      Chapter 1 Pg 2        DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  238.  
  239.  
  240.      *************************************************************************
  241.                            DSZ registration is special.
  242.      With most programs, registration only applies only to today's version.
  243.      Not DSZ!
  244.  
  245.      DSZ registration bypasses the shareware announcement and unlocks
  246.      advanced features in all future versions of DSZ.  You don't have to pay
  247.      and pay again for new DSZ versions.  Omen's Demand Upgrade(TM)
  248.      technology allows you to download and activate future DSZ versions
  249.      without further registration!
  250.      *************************************************************************
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.      Chapter 2 Pg 3        DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  297.  
  298.  
  299.      2.  TUTORIAL INTRODUCTION
  300.  
  301.      If you are just starting out with DSZ, or if you have difficulty getting
  302.      DSZ to work, please follow the procedure given below.
  303.  
  304.      Do not run any TSR or other COMM program.  This includes LAN programs.
  305.      Reboot a clean DOS if necessary.
  306.  
  307.      Start with the following command given directly from the DOS prompt:
  308.  
  309.                              dsz port 1 speed 2400 d t
  310.  
  311.      Type it exactly as it appears above; do NOT use upper case.
  312.  
  313.      (Change the port number and speed as necessary.  Use only COM1 or COM2
  314.      for testing.)
  315.  
  316.      This connects you to the modem.  Dial a bulletin board by typing AT
  317.      commands to the modem ("ATDT621-3746 <enter>")[1] to make it dial the
  318.      BBS.  Log in as usual.  Then, request a ZMODEM download of a file you
  319.      don't already have.  The file will download automatically, you don't
  320.      have to do anything.  This procedure verifies the correct operation of
  321.      DSZ.
  322.  
  323.      Next you might try calling the BBS using a higher "baud rate".  This
  324.      requires setting a higher speed with the "speed" command.  A "handshake
  325.      on" command may be necessary along with commands to the modem to enable
  326.      hardware handshaking in the CTS and RTS leads.
  327.  
  328.      Perhaps you got some error messages before or during the download.  The
  329.      "ERROR MESSAGES" chapter explains all the commonly seen error messages
  330.      and suggests solutions to the underlying problems.
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.      __________
  343.  
  344.       1. If your modem has a non standard setting the ATDT621-3746 command
  345.          you type to the modem may not echo on the screen.
  346.  
  347.          If your telephone line requires pulse dialing, use ATDP621-3746 (DP
  348.          instead of DT).
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.      Chapter 3 Pg 4        DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  356.  
  357.  
  358.      3.  CALLING DSZ FROM COMM PROGRAMS
  359.  
  360.      It may be necessary to add the DOS command: SET COMSPEC=C:\COMMAND.COM
  361.      (change as needed) to your AUTOEXEC.BAT file to allow programs to call
  362.      DSZ.
  363.  
  364.      Note: NO SPACES in the SET command!
  365.  
  366.      3.1  USE AN INTERFACE PROGRAM?
  367.  
  368.      A number of third party programs have been developed to provide a
  369.      congenial interface to DSZ if you have enough memory to spare.  The
  370.      XFER, POE, PCALL, DSZ_ZAP, and PROZ programs have been popular in
  371.      interfacing DSZ to ProComm's editor gateway.  Many of these support GSZ
  372.      as well.  These programs are available on many bulletin boards.
  373.  
  374.      Hint: the DOS PATH environment variable must include ProComm's directory
  375.      to allow POE to locate all the POE files,.  The POE files should be
  376.      stored in the ProComm directory.  Setting the "PROCOMM" environment
  377.      variable is insufficient.
  378.  
  379.  
  380.      Calling DSZ with these programs requires more memory than calling DSZ
  381.      directly.
  382.  
  383.      3.2  Ms-Kermit 3.00
  384.  
  385.      The "push" command (^[p) in MS-Kermit 3.00 sends an XOFF character to
  386.      the modem before calling DOS.
  387.  
  388.      Using this to activate DSZ's term mode with a "dsz t" command causes
  389.      most remote hosts to stop.  The remote host can be un-wedged by
  390.      keyboarding XON (Ctrl-Q) from DSZ's terminal mode.
  391.  
  392.      Add these macros to your MSKERMIT.INI file.  Courtesy Keith Petersen
  393.      W8SDZ
  394.  
  395.      define sx run dsz F port 2 sx 1 2,define 1,define 2,
  396.      define rz run dsz F ha on port 2 pY129 rz -r
  397.      define sz run dsz F ha bo port 2 pY129 pB4096 sz 1 2,define 1,define 2,
  398.      define t run dsz F ha on port 2 pY129 t -r
  399.  
  400.  
  401.      3.3  PROCOMM PLUS
  402.  
  403.      It's easy to add DSZ to ProComm Plus 2.X.
  404.  
  405.      Datastorm has not licensed ZMODEM-90(TM) technology despite allegations
  406.      that DSZ is now "built in" to ProComm Plus version 2.  Many users of
  407.      ProComm Plus version 2.x use DSZ to get MobyTurbo(TM), Intelligent Crash
  408.      Recovery(TM), and other ZMODEM-90(TM) features.
  409.  
  410.  
  411.  
  412.  
  413.  
  414.      Chapter 3 Pg 5        DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  415.  
  416.  
  417.      Make sure the DSZ program is in your search path.  If you don't see DSZ
  418.      announce itself when called from ProComm, DSZ is not in your search
  419.      path.
  420.  
  421.      Here are some handy settings for ProComm Plus.
  422.  
  423.      First, you may need to set the DOS environment before running ProComm.
  424.      Give these commands to DOS before running ProComm Plus.  (These lines
  425.      may be added to your AUTOEXEC.BAT file.)
  426.  
  427.      Note: NO SPACES in the SET command!
  428.      SET DSZPORT=2                   (Only needed for COM2)
  429.      SET DSZLOG=DSZ.LOG      (Only if you wish a log file)
  430.  
  431.      Then set ProComm's external protocol strings.  From terminal mode hit
  432.      ALT-S, then select the PROTOCOL OPTIONS menu item.
  433.  
  434.      From that menu select EXTERNAL PROTOCOL OPTIONS.  Then set ProComm's
  435.      external protocol strings to:
  436.      A- External protocol 1 upload filename:  ZMODEMU
  437.      B- External protocol 1 download filename: ZMODEMD
  438.      C- External protocol 2 download filename: ZMODEMMD
  439.  
  440.      The following batch files are included in the DSZ zipfile:
  441.      ZMODEMU.BAT (contains:  DSZ sz %1 %2 %3 %4 %5 %6 %7 %8 %9)
  442.      ZMODEMD.BAT (contains:   DSZ rz)
  443.      ZMODEMDR.BAT (contains:   DSZ rz -r)
  444.      ZMODEMMD.BAT (contains:   DSZ rz -mr)
  445.      ZMODEMAD.BAT (contains: DSZ t)
  446.  
  447.      !!!!IMPORTANT USE lower case (small letters) EXCEPT WHERE SHOWN!!!!
  448.  
  449.  
  450.      *******************************************************************
  451.      Select the ZMODEM PROTOCOL OPTIONS menu and turn off Auto downloading!
  452.      *******************************************************************
  453.  
  454.  
  455.      When sending (uploading) files with ZMODEMU.BAT give the ProComm window
  456.      the full pathname (c:/foo/bar/file.ext) for *each* file not residing in
  457.      the current directory.
  458.  
  459.      When downloading files with one of the other batch files shown above,
  460.      Procomm will also prompt for parameters; just hit ENTER.  Or, you can
  461.      enter options such as "-mr" if they are't included in the batch file
  462.      itself.
  463.  
  464.      Once you've got the hang of things the "ProComm way", try the "dsz t"
  465.      command described above to give you automatic ZMODEM-90(TM) downloads
  466.      (Look Ma, no keystrokes!!!)..
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.      Chapter 3 Pg 6        DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  474.  
  475.  
  476.      You can also set the editor hot key (ALT-A) or view program hot key
  477.      (ALT-V) by using the ALT-S "FILE/PATH OPTIONS" menu.  The strings for
  478.      these keys are long enough to store an entire DSZ command line without
  479.      need for a batch file.
  480.  
  481.      COM3 and COM4 on Procomm Plus are non standard; in case of difficulty
  482.      use COM1 or COM2, or use the portx command.
  483.  
  484.      DSZ may not operate properly when called from ProComm if ProComm has
  485.      files open at the time.
  486.  
  487.      A number of reports have been received of problems running DSZ from
  488.      ProComm Plus because of insufficient memory.  Please refer to the
  489.      subchapter on LOCKUPS.
  490.  
  491.      When running under ProComm's Host mode, failure to use the DSZ CON
  492.      command may cause ProComm to interfere with file transfers or lock up
  493.      the computer.
  494.  
  495.      EXAMPLE: DSZ CON sz %1
  496.  
  497.  
  498.      Hint: the DOS PATH environment variable must include ProComm's directory
  499.      to allow POE to locate all the POE files,.  The POE files should be
  500.      stored in the ProComm directory.  Setting the "PROCOMM" environment
  501.      variable is insufficient.
  502.  
  503.  
  504.      3.4  Qmodem
  505.  
  506.      Changes in the Qmodem interface (arguments passed to the batch file) may
  507.      require changes in the batch files shown below, depending on which
  508.      version of Qmodem is used.
  509.  
  510.      If you define a protocol with 'Z' as its letter, the latest Qmodem will
  511.      detect automatic ZMODEM downloads.  Defining an external 'Z' protocol
  512.      disables Qmodem's internal ZMODEM, allowing DSZ to be called.
  513.  
  514.      The following is based on a message from Mike Cody, sysop of HomePlate
  515.      313-385-9969 3/12/24/96 HST
  516.  
  517.      Go into Qinstall and go to frame 3 Directories. Then select External
  518.      protocols #3 I think. Now you will see a definition area to tell Qmodem
  519.      the Letter,batchfile combo to use.
  520.  
  521.      Now put Z in the letter definition, Zup.bat in the u/l batch zdown.bat
  522.      in the d/l batch, and Y in the batch protocol. Now save it at the menu
  523.      with f10 and S.
  524.  
  525.      Then go to DOS and create the following batch files in your Qmodem
  526.      directory...
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      Chapter 3 Pg 7        DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  533.  
  534.  
  535.      zdown.bat: DSZ port %2 speed %1 rz -rr
  536.  
  537.      zmdown.bat: DSZ port %2 speed %1 rz -mrr      ((FOR MOBYTURBO!!))
  538.  
  539.      zmdown2.bat: DSZ port %2 speed %1 est 0 %3 rz -mrr
  540.  
  541.      zup.bat: DSZ port %2 speed %1 sz %4
  542.  
  543.      !!!!IMPORTANT USE lower case (small letters) EXCEPT WHERE SHOWN!!!!
  544.  
  545.      These are the batch files that will be called by Qmodem.  If you did
  546.      everything right when you hit PGDN or PGUP you will see an external
  547.      protocol called Z) Zmodem in the box. For an easier time do a search for
  548.      either External.arc or maybe the string "Qmodem" in the file database as
  549.      there is a file with several external protocols and batch files
  550.      available in the Mahoney file section (EXEC-PC BBS).
  551.  
  552.      The following batch files for Qmodem are included in the DSZ zipfile:
  553.  
  554.      ZDOWN.BAT contains:     DSZ port %2 speed %1 rz -rr
  555.      ZUP.BAT contains:       DSZ port %2 speed %1 sz %4
  556.  
  557.      !!!!IMPORTANT USE lower case (small letters) EXCEPT WHERE SHOWN!!!!
  558.  
  559.      A variation on the receive batch file:
  560.      c:elecomqmodem\*y.com ha slow est 0 %3 rz -mrr
  561.      A variation on the send batch file:
  562.      c:elecomqmodem\*y.com ha cts est 0 %3 sz %4
  563.  
  564.  
  565.      If Qmodem says "unable to allocate swap space": QMODEM 4.2 will swap all
  566.      but approx. 5K to memory or disk when you shell out to DSZ. Go into
  567.      QINSTALL and make sure that /O /R Optimum Shell and Disk Shell are both
  568.      set to ON.
  569.  
  570.      For older Qmodem versions (before 4.2) change the %4 in upload scripts
  571.      to %3.
  572.  
  573.      3.5  TELIX
  574.  
  575.      Telix has an internal ZMODEM, but some users prefer to use DSZ for
  576.      performance and/or reliability reasons.  Mat Fisher has published a
  577.      Telix script to call DSZ for automatic downloads.
  578.  
  579.      For those of you who use DSZ with Telix, here is a sample script
  580.      file to use instead of batch files:
  581.  
  582.      //////////////////////////////////////////////////////////////////
  583.      //Protocol salt file for Telix's external protocols by Matt Fisher
  584.      //Last edited (02/24/90)
  585.      //used for the DSZ ZMODEM protocol.  (for u/ling & d/ling)
  586.  
  587.  
  588.  
  589.  
  590.  
  591.      Chapter 3 Pg 8        DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  592.  
  593.  
  594.      //////////////////////////////////////////////////////////////////
  595.  
  596.      str upload[80]  =
  597.         "c:\telix\protocol\DSZ port 1 pW1 pB4096 ha off sz -b -m -rr ";
  598.  
  599.      str download[80]=
  600.         "c:\telix\protocol\DSZ port 1 pW1 pB4096 ha off rz -b -m -rr ";
  601.  
  602.      //////////////////////////////////////////////////////////////////
  603.  
  604.      Main ()
  605.      {
  606.       if (_ext_filespec == "")
  607.        { strcat(download,_down_dir); dos(download,0); }
  608.       else
  609.        { strcat(upload,_up_dir); strcat(upload,_ext_filespec); dos(upload,0); }
  610.      alarm(1);
  611.      }
  612.      //////////////////////// THE END //////////////////////////////////
  613.  
  614.      Simple but effective...
  615.      --- TAGMAIL v2.20
  616.       * Origin: CRIMP/John Galt [Node 1] (1:120/144)
  617.      INTERNET: Matt.Fisher@f144.n120.z1.FIDONET.ORG
  618.  
  619.      NOTE: The DSZ command strings given above are quite unusual.  Instead of
  620.      the  "pW1  pB4096 ha off" one would be more likely to use "ha on" or "ha
  621.      sw" depending on the modem's flow control settings.
  622.  
  623.  
  624.         From : Bill Logan
  625.      Subject : Help With Gsz For Telix
  626.  
  627.      I test and use a variety of terminal programs for individuals.
  628.      One of which is telix.  I found the script language to be less
  629.      than user friendly and installed GSZ via batch files and as an
  630.      external protocol.  Here are the batch files:
  631.  
  632.      ZMUP.BAT
  633.  
  634.      GSZ pV1 port %2 speed %1 sz -mr %3
  635.  
  636.      ZMDN.BAT
  637.  
  638.      GSZ pV1 port %2 speed %1 rz -mrr %3
  639.  
  640.      Then go to ALT O in Telix and insert those batch names in the protocols.
  641.  
  642.      They worked fine for me.
  643.  
  644.      Bill
  645.  
  646.  
  647.  
  648.  
  649.  
  650.      Chapter 3 Pg 9        DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  651.  
  652.  
  653.  
  654.      ---
  655.       * Origin: PCConsultingAgencyII {=Telecom Node=} (1:300/22)
  656.  
  657.      Use the Telix ALT-O screen to disable Telix's automatic ZMODEM download.
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.      Chapter 4 Pg 10       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  710.  
  711.  
  712.      4.  BULLETIN BOARD CONSIDERATIONS
  713.  
  714.      Note to the wise BBS operator: be sure you understand the restrict
  715.      command, how and WHY to use it!
  716.  
  717.      When installing DSZ on a bulletin board or host system, be sure to check
  718.      for proper operation when the caller hangs up while a file is being sent
  719.      or received.
  720.  
  721.      Some bulletin boards do not call DSZ to send a file until they have
  722.      verified the file's presence by actually opening the file.  If this
  723.      checking is done in DOS's default exclusive open mode, dsz's file
  724.      sharing will be defeated.
  725.  
  726.      If using a FOSSIL driver, you may need to call DSZ thru a batchfile.
  727.      That file should call XU to disable X00 before running DSZ and reenable
  728.      X00 afterwards. Failure to take this precaution may cause FOSSIL to
  729.      steal the COM port from DSZ before file transfers are completed.
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.      Chapter 5 Pg 11       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  769.  
  770.  
  771.      5.  DESCRIPTION
  772.  
  773.      DSZ is a "protocol driver" that uses ZMODEM-90(TM), True YMODEM(TM), or
  774.      XMODEM to transfer files over a serial port with a variety of programs.
  775.  
  776.      DSZ has two main commands for ZMODEM transfers: "sz" sends file(s), and
  777.      "rz" receives them.
  778.  
  779.      When calling bulletin boards to download files with ZMODEM you can avoid
  780.      the bother of starting DSZ for each transfer by DSZ's terminal emulator,
  781.      before asking the BBS for the download.
  782.  
  783.                              dsz t
  784.  
  785.      The "t" command allows you to keyboard the file request directly to the
  786.      BBS.  (The "t" stands for "terminal emulation".) Just give the "dsz t"
  787.      command from DOS or your comms program's DOS GATEWAY.  DSZ's ZMODEM
  788.      AutoDownload then receives the file automatically, using the filename
  789.      provided by the BBS, without any wasted keystrokes or delay.  Try it,
  790.      you'll like it!  (The "t" command is described below.)
  791.  
  792.      YMODEM downloads are almost as easy.  Use the "t" command as shown
  793.      above, and hit the F3 key after telling the board to download a file
  794.      with YMODEM.
  795.  
  796.      ZMODEM and True YMODEM(TM) transfers preserve exact file length and
  797.      modification time.
  798.  
  799.      DSZ supports XMODEM-1k (XMODEM with 1024 byte blocks, sometimes
  800.      mislabeled as ymodem) and CRC-16 with the sx -k and rc commands.
  801.  
  802.      DSZ is usually called from a communications or bulletin board program.
  803.  
  804.      DSZ uses its own modem I/O.  The original interrupt vector, UART parity,
  805.      and interrupt configuration are restored on exit.  The original state of
  806.      the 8259 interrupt mask bit for this vector is also restored on exit.
  807.  
  808.      DSZ uses DOS standard output (stdout) for messages.  DSZ never writes
  809.      directly to the screen.  DSZ expects its standard output to point to the
  810.      console, a logging file, or NUL, but never the modem port.  If dsz's
  811.      standard output is redirected to the modem (as with ProComm's Host mode
  812.      DOS shell), the combination will lock up the computer.  When necessary,
  813.      dsz's standard output can be redirected back to the console device with
  814.      the CON command.
  815.  
  816.      DSZ and GSZ automatically support Doorway 2.2 without extra commands.
  817.  
  818.      The RZ.BAT and SZ.BAT files are supplied for convenience when operating
  819.      under Doorway.  RZ.BAT allows calling programs that emit an "rz" command
  820.      to automatically start DSZ from the DOS command prompt.  SZ.BAT is a
  821.      convenient command interface that complements RZ.BAT.  You may modify
  822.  
  823.  
  824.  
  825.  
  826.  
  827.      Chapter 5 Pg 12       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  828.  
  829.  
  830.      SZ.BAT and RZ.BAT with your favorite options.
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.      Chapter 5 Pg 13       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  887.  
  888.  
  889.      6.  COMMANDS
  890.  
  891.            ***********************************************************
  892.                                     NOTE WELL
  893.       Except as noted, all commands and options must be typed in lower case.
  894.                              DO NOT USE UPPER CASE!!
  895.                                Case is significant!
  896.            ***********************************************************
  897.  
  898.      Optional commands or arguments are shown in square brackets [].
  899.  
  900.      When used (in any combination), the A, CON, port, speed, handshake,
  901.      estimate, and d commands must be used in exactly this order.
  902.  
  903.      dsz [A] [CON] [F] [port N] [speed S] [handshake XX] [pxN... ] [z pxN...
  904.      ] [D] [d] [restrict] command
  905.  
  906.      The shareware program DOORWAY 2.2 interfaces well with DSZ, and provides
  907.      many of the same functions, including the ability to run direct screen
  908.      writing applications remotely.  DSZ and GSZ automatically support
  909.      Doorway 2.2 without extra commands.
  910.  
  911.  
  912.      6.1  List of Commands
  913.  
  914.      CON   Redirect message output to the DOS "CON" (console) device,
  915.            overriding any previous redirections.  This is necessary to avoid
  916.            lockups caused by ProComm host mode.  Most programs do not require
  917.            this hack.
  918.  
  919.      F     Leave the 16550A UART FIFO enabled on exit.  Since DSZ has no way
  920.            to read the 16550A DMA mode and trigger level bits, these values
  921.            are not restored.
  922.  
  923.      port N select port N (n = 1,2,3,4,5,6,7,8, or 9) Default is 1 (COM1) or
  924.            whatever is read from the DOS DSZPORT dos environment variable.
  925.            COM11 to COM18 refer to the COM1 to COM8 ports on the PS/2.
  926.  
  927.            *****************************************************************
  928.                                           NOTE
  929.            Only COM1 and COM2 are standard on all PC compatible computers.
  930.            Multiple standards exist for COM3 and above, so use only COM1 or
  931.            COM2 when first installing DSZ.
  932.            *****************************************************************
  933.  
  934.            DSZ COM3 uses 3E8 and IRQ4.  DSZ COM4 uses 2E8 and IRQ3.
  935.  
  936.            DSZ COM7 uses 2E8 and IRQ5.  DSZ COM8 uses 3E8 and IRQ5.
  937.  
  938.            If you wish to use COM3 or COM4 and your computer is not wired as
  939.            shown above, you MUST use the "portx" command to specify the
  940.  
  941.  
  942.  
  943.  
  944.  
  945.      Chapter 6 Pg 14       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  946.  
  947.  
  948.            actual base address and interrupt vector.
  949.  
  950.            EXAMPLE: to use COM2:
  951.            dsz port 2 rz
  952.  
  953.            In multitasking operation, accessing a port used by another
  954.            running program will hang the machine.
  955.  
  956.  
  957.      portx base,irq[,divisor] To select an arbitrary port address and
  958.            interrupt vector, the portx command must be used instead of the
  959.            port command.  The portx command replaces the portcommand in the
  960.            same place on the command line.  Please refer to DSZBG.DOC
  961.            (provided on the Registration Diskette) or the Professional-YAM or
  962.            ZCOMM (ZCOMMDOC.ZIP) manuals for details on this command.
  963.  
  964.            When the portx command is used, dsz will indicate COM9.
  965.  
  966.            EXAMPLE: dsz portx 3e8,15 speed 19200 handshake on rz
  967.  
  968.            Newer UART chips can use raw bit rate sources up to 8 MHz or more,
  969.            more than 4 times as fast as the IBM standard 1.84320 MHz.  Some
  970.            386 and 486 machines support MobyBaud(TM) operation above 115200
  971.            bps.  To support a nonstandard bit rate source, multiply 5760 by
  972.            the new raw bit rate source frequency in MHz divided by 1.84320.
  973.  
  974.            EXAMPLE: dsz portx 3e8,15,57600 speed 19200 handshake on rz
  975.            supports the 18.432 MHz clock option on the Boffin Electronics
  976.            "WinSport II" 2 port serial board.  Your hardware configuration,
  977.            BIOS firmware, operating system, device drivers, and TSR programs
  978.            will determine the maximum useful speed.
  979.  
  980.  
  981.  
  982.      speed S Set the specified speed.  This command is rarely needed because
  983.            DSZ reads the port's current speed by default.  Please refer to
  984.            the FLOW CONTROL, MAIN COMMANDS and SOFTWARE COEXISTENCE chapters
  985.            in DSZBG.ZOO or the ZCOMM or Pro-YAM manual for important
  986.            information about the speed command.
  987.  
  988.            Please study all the chapters of this document when using speeds
  989.            above 2400 bps.
  990.  
  991.            With standard clocking, DSZ supports a maximum speed of 115200.
  992.            Not all hardware can support that speed without errors.
  993.  
  994.  
  995.      handshake XX Enable one of several choices of hardware handshake.  (The
  996.            default is XOFF/XON software handshake).  This command is
  997.            documented in the ZCOMM or Pro-YAM manual, and in DSZBG.DOC.  (The
  998.            ZCOMM manual is available on all bulletin boards registered for
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.      Chapter 6 Pg 15       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1005.  
  1006.  
  1007.            DSZ or GSZ as ZCOMMDOC.ZIP.) On DSZ the "handshake" command may be
  1008.            abbreviated to "ha".
  1009.  
  1010.      D     Disables the modem (drops Data Terminal Ready, DTR) if carrier is
  1011.            lost.  This may be used to prevent spurious events (phone ringing)
  1012.            from interfering with the calling bulletin board's recovery from
  1013.            carrier loss.
  1014.  
  1015.      d     Disables carrier dropout monitoring, for modems that do not
  1016.            properly drive the "Carrier Detect" input on the PC.  If you see a
  1017.            No Carrier Detect message, you need to give the d command.  Before
  1018.            using the d command, make sure you have the proper port
  1019.            selected!!!
  1020.  
  1021.  
  1022.      estimate length [speed] Use the specified length and/or optional
  1023.            specified effective transfer speed to estimate transfer time for
  1024.            the next file to be sent or received.  The length argument is
  1025.            mainly used with XMODEM downloads; YMODEM and ZMODEM normally
  1026.            transfer the file length in the filename packet.  The estimate
  1027.            command must come after any port, speed, or handshake commands.
  1028.  
  1029.            The estimate command does not affect actual throughput.  It only
  1030.            affects DSZ's prediction of how much time a file transfer will
  1031.            take.
  1032.  
  1033.            The following makes DSZ calculate file transfer times based on 290
  1034.            character per second throughput.  Some error correcting 2400 bps
  1035.            modems can attain this throughput when MobyTurbo(TM) is used.
  1036.  
  1037.            EXAMPLE: dsz port 2 speed 9600 estimate 0 2900 rz
  1038.  
  1039.  
  1040.  
  1041.            EXAMPLE: dsz port 2 speed 9600 estimate 0 2900 sz bigmama.zip
  1042.  
  1043.  
  1044.  
  1045.      pxN   Set numeric parameter x to N.
  1046.  
  1047.            DSZ has two sets of numeric parameters, a base set and a "zmodem"
  1048.            set.  Parameters in the base control such things as date stamping
  1049.            of files, error exit value, etc.  The "zmodem" numeric parameters
  1050.            control timeouts, window sizes, and other ZMODEM, YMODEM, and
  1051.            XMODEM protocol parameters.
  1052.  
  1053.            These parameters are mostly a subset of the Pro-YAM/ZCOMM numeric
  1054.            parameters, and are listed below.  They assume their defaults each
  1055.            time DSZ is called.  Without an argument, p displays the numeric
  1056.            parameters and their values.
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.      Chapter 6 Pg 16       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1064.  
  1065.  
  1066.            EXAMPLE: dsz p
  1067.  
  1068.  
  1069.      z pxN Set zmodem numeric parameter x to N.  All further numeric
  1070.            parameter commands are taken as zmodem parameters.  The zmodem
  1071.            numeric parameters correspond to the Pro-YAM or ZCOMM "zmodem"
  1072.            parameters and rarely need changing.  These parameters assume
  1073.            their defaults each time DSZ is called.  Without an argument, z p
  1074.            displays the zmodem numeric parameters and their values.
  1075.  
  1076.  
  1077.      restrict Restrict incoming pathnames (YMODEM/ZMODEM) to the current disk
  1078.            and directory tree, and disallow modification or overwriting of
  1079.            existing files.  This command is vital for bulletin boards
  1080.            uploading files.  The restrict command causes partially received
  1081.            files to be deleted.  When DSZ is restricted, it will refuse to
  1082.            transfer files containing the string autoexec.bat and command.com
  1083.            in upper or lower case.  This provides some defense from malicious
  1084.            uploaded files.
  1085.  
  1086.            EXAMPLE: dsz restrict rz
  1087.  
  1088.  
  1089.      t     [-T] [-8g] [-h] [-H] Talk with ZMODEM AutoDownload.
  1090.  
  1091.            The optional -T forces DSZ to exit after it has recognized a
  1092.            ZMODEM AutoDownload(TM) request.
  1093.  
  1094.            The optional -8g (available on registered copies only) enables
  1095.            reception of "BBS (ANSI) graphics" displays.  (A video device
  1096.            driver such as ANSI.SYS must be loaded to support some types of
  1097.            graphics.)
  1098.  
  1099.            The optional -h enables local echo of keyboarded characters ("half
  1100.            duplex").  In addition, -H makes the Enter key perform a local
  1101.            newline (CR/LF).
  1102.  
  1103.            A small subset of ZCOMM/Pro-YAM term function subcommands are
  1104.            recognized:
  1105.  
  1106.            Keyboard F1 or ALT-X to exit.
  1107.  
  1108.            F3 receives file(s) with True YMODEM(TM),
  1109.  
  1110.            ALT-P toggles parity between the 8n default and 8g (enables ANSI
  1111.            "graphics").
  1112.  
  1113.            ALT-H toggles two local echo ("Half Duplex") modes; the second
  1114.            displays a newline (CR/LF) when Enter is keyboarded.
  1115.  
  1116.            Keyboarded ASCII characters are sent to the modem.
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.      Chapter 6 Pg 17       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1123.  
  1124.  
  1125.            ALT-B sends a break.
  1126.  
  1127.            Characters from the modem print on the screen.  A device driver
  1128.            such as ANSI.SYS may be used to recognize escape sequences.
  1129.            Standard ANSI.SYS is limited to a small subset of ANSI escape
  1130.            sequences; NANSI.SYS, FANSI-Console and other replacement console
  1131.            drivers provide faster screen updates and better ANSI terminal
  1132.            emulation.
  1133.  
  1134.            DSZ's ZMODEM AutoDownload(TM) detects the start of a ZMODEM file
  1135.            download and accepts the file(s) without operator intervention.
  1136.  
  1137.      rz    [-abeEmMnpPrt+YZy] [dir] [file ...]     (ZMODEM-90 receive) **
  1138.  
  1139.      rz    [-abenprt+Yy] [dir] [file ...]          (ZMODEM receive) **
  1140.  
  1141.      rb    [-abt+y] [dir] [file ...]     (YMODEM receive) **
  1142.  
  1143.      rb -g [-abt+y] [dir] [file ...]     (YMODEM-g receive) **
  1144.  
  1145.      rc    [-abt+y] file1                (XMODEM/CRC receive)
  1146.  
  1147.      ro    [-abt+y] file1                (XMODEM OverThruster receive)
  1148.  
  1149.      rx    [-abt+y] file1                (XMODEM receive)
  1150.  
  1151.      rx -g [-abt+y] file1                (Qmodem-G receive) **
  1152.  
  1153.            ** Download directory specification and -g ignored w/o
  1154.            registration
  1155.  
  1156.  
  1157.      sz    [-abefnprtFYQS+yZ] [-w[N]]  [PREFIX=p | ONAME=n] file ...(ZMODEM
  1158.            send)
  1159.  
  1160.      sz    [-abeEfmMnpPrtFYQS+yZ] [-w[N]]  [PREFIX=p | ONAME=n] file
  1161.            ...(ZMODEM-90 send)
  1162.  
  1163.            Pathnames are separated by spaces.  Wildcards are OK.
  1164.  
  1165.            EXAMPLE: dsz port 2 sz -r /tmp/file1 /tmp/file3 *.c
  1166.  
  1167.  
  1168.            The "sz" and "sb" commands exploit DOS's tree structured file
  1169.            system.  A directory or disk specifier expands to all files in
  1170.            that directory.
  1171.  
  1172.            EXAMPLE: dsz port 2 sz -r C:srcdir
  1173.  
  1174.  
  1175.            If you use PREFIX= or ONAME= with the "sb" or "sz" commands, these
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.      Chapter 6 Pg 18       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1182.  
  1183.  
  1184.            pathnames must be entered in lower case unless the underlying file
  1185.            system supports upper AND lower case.
  1186.  
  1187.            EXAMPLE: dsz port 2 sz -r ONAME=newsrc.c temp.c
  1188.  
  1189.  
  1190.  
  1191.      sb    [-ft] [PREFIX=p | ONAME=n] file ...     (YMODEM or YMODEM-g send)
  1192.  
  1193.      sb -k [-ft] [PREFIX=p | ONAME=n] file ...     (YMODEM-1k or YMODEM-g
  1194.            send)
  1195.  
  1196.      sx    [-t] file1                    (XMODEM, XMODEM/CRC, Qmodem-G send)
  1197.  
  1198.      sx -k [-t] file1                    (XMODEM-1k send)
  1199.  
  1200.  
  1201.      v     Verify the serial number by writing a log entry (see DSZLOG).
  1202.  
  1203.            v      1     0 bps    0 cps   0 errors     0  128 s/n 666
  1204.  
  1205.            The letter "v" indicates a verification entry.  The first numeric
  1206.            field is 1 if YMODEM-g is supported.  The last field is the serial
  1207.            number.  Unregistered copies show a s/n of 0.
  1208.  
  1209.  
  1210.      o     Turn off Data Terminal Ready (DTR), terminating ("offing") the
  1211.            connection if the modem responds to DTR.  Useful with the "t"
  1212.            command to disconnect afterwards.
  1213.  
  1214.            EXAMPLE: dsz t o
  1215.  
  1216.  
  1217.  
  1218.      LARG  Convert ARG to lower case, then parse arg.
  1219.  
  1220.  
  1221.      The meanings of optional arguments to the file transfer commands are
  1222.      described in DSZBG.DOC and the ZCOMM/Pro-YAM manual.
  1223.  
  1224.      The s (SlugBait) option prevents a receiver from receiving a file
  1225.      without accounting for it.  Attempts to do so are flagged with a Q
  1226.      status in the log file.  This option can cause a transfer that
  1227.      legitimately fails near the end of the file to be reported as
  1228.      Questionable rather than ERROR.  SlugBait causes DSZ to return success
  1229.      if at least one file is transferred.
  1230.  
  1231.      Send files may be specified indirectly:
  1232.                                dsz sz @C:files.lst
  1233.      sends the files in C:files.lst.  This provides another means of
  1234.      bypassing the DOS command line limit.  The first letter must be "@" and
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.      Chapter 6 Pg 19       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1241.  
  1242.  
  1243.      the third letter must be ":" to distinguish this from an ordinary
  1244.      pathname.  Pathnames in the indirection file may be separated by any
  1245.      combination of space(s), tab(s), CR and/or LF.  No spaces may appear
  1246.      inside a pathname; "FOO     .BAR" won't work.
  1247.  
  1248.      A list of files to send may be built up with a command like:
  1249.  
  1250.      EXAMPLE: dir *.zip > files.tmp
  1251.  
  1252.      This file can be edited to remove unwanted files.  Then you send the
  1253.      files with:
  1254.      DSZ sz -m @c:files.tmp
  1255.  
  1256.  
  1257.      6.2  Interrupt Keys
  1258.  
  1259.      Ctrl-Break Terminates the transfer in progress.
  1260.  
  1261.      ALT-N Abruptly terminates (NUKES) the transfer in progress.
  1262.  
  1263.      Ctrl-X Typing a dozen Ctrl-X characters to another ZMODEM program
  1264.           terminates ZMODEM operations.
  1265.  
  1266.      ALT-F Skips the current file in ZMODEM transfers.
  1267.  
  1268.      ALT-B Cancels the current ZMODEM session.
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.      Chapter 7 Pg 20       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1300.  
  1301.  
  1302.      7.  NUMERIC PARAMETERS
  1303.  
  1304.      DSZ uses the following main numeric parameters, settable with the pxN
  1305.      command.
  1306.  
  1307.      EXAMPLE: dsz pQ0 rz -rr
  1308.  
  1309.  
  1310.      **************************************************************************
  1311.      NOTE: Parameter setting commands such as "pd0" cannot be added to
  1312.      DSZOPT, they must be included in the command line.
  1313.      **************************************************************************
  1314.  
  1315.      In addition, DSZ uses the Pro-YAM/ZCOMM zmodem numeric parameters
  1316.      described in the Pro-YAM/ZCOMM reference manual (ZCOMMDOC.ZIP) and in
  1317.      DSZBG.DOC.
  1318.  
  1319.  
  1320.      B   Set the size of buffer used for disk reads and writes.  The default
  1321.          is 1024, 4096 maximum (16384 max on GSZ and DSZ.EXE).  If your copy
  1322.          of DSZ is running on a floppy disk system or a very slow turkey hard
  1323.          disk, a larger value may give better results.  Too large a value may
  1324.          exhaust memory, induce receiver timeouts, cause disconnects(!), or
  1325.          generate spurious CRC errors.  If performance logging doesn't work,
  1326.          this parameter is too big.
  1327.  
  1328.          EXAMPLE: dsz pB4096 sz A:floppy.fil
  1329.  
  1330.          Setting the buffer size may lock out the performance log, DSZFILES,
  1331.          and/or indirect pathname list in DSZ.COM.
  1332.  
  1333.          IF YOU AREN'T BLOODY SURE YOU NEED A BIGGER BUFFER, DON'T USE ONE.
  1334.  
  1335.          Please understand that the B parameter has nothing to do with
  1336.          anything you've heard about 128, 1024 or 8192 byte XMODEM style
  1337.          blocks.  Normally, ZMODEM's block size is the entire file!
  1338.  
  1339.      G   This parameter controls the number of bytes loaded into the 16550A
  1340.          transmit FIFO (First In First Out) storage register on each
  1341.          interrupt.
  1342.  
  1343.          For maximum efficiency, DSZ fills the 16 byte transmit FIFO when the
  1344.          UART generates a FIFO Empty interrupt.  Once loaded, data
  1345.          transmission from the transmit FIFO cannot be stopped, so many bytes
  1346.          may be sent after the modem sends XOFF or asserts hard flow control
  1347.          restraint.  Good engineering practice requires that modems accept a
  1348.          large number of bytes after asserting flow control restraint, but
  1349.          some modems and operating systems won't.
  1350.  
  1351.          This parameter is effective only with PCDOS machines using FIFO
  1352.          buffered UART devices.  To optimize dsz's responsiveness to flow
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.      Chapter 7 Pg 21       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1359.  
  1360.  
  1361.          control restraint, set this parameter to 0.
  1362.  
  1363.          EXAMPLE: pG0
  1364.  
  1365.  
  1366.      O   This parameter controls XMODEM OverThruster(TM).  It is described in
  1367.          DSZBG.DOC.
  1368.  
  1369.      P   After a "speed" command, if you give a p command (display
  1370.          parameters), the P parameter value will indicate the type of serial
  1371.          I/O UART chip detected.  DSZ automatically detects and enables the
  1372.          FIFO on the NS16550A, NS16550AFN, Goldstar GM82C550, and Intel 82510
  1373.          chips.
  1374.  
  1375.          EXAMPLE: dsz port 1 speed 19200 p
  1376.  
  1377.  
  1378.          0  Indicates a standard 8250 or 16450 UART with no special features.
  1379.  
  1380.          1  Indicates an NS16550AN or NS16550AFN with 16 deep receive FIFO.
  1381.             These are the preferred chips.
  1382.  
  1383.          2  Indicates an Intel 82510 with 3 deep receive FIFO.
  1384.  
  1385.          The sequence "port 1 pP1 speed 19200" bypasses DSZ's verification
  1386.          checks normally performed on the FIFO configuration and may allow
  1387.          defective FIFO logic on certain chips to be used.  This incantation
  1388.          is not required for the NS16550AN or NS16550AFN.
  1389.  
  1390.          The sequence "pP-1 speed 2400" should be used with the Western
  1391.          Digital WD16550 chip to disable the brain damaged FIFO on that chip.
  1392.          The WD16550 FIFO has been observed to lose data when transmitting at
  1393.          2400 bps and slower speeds.  The minimum speed for normal transmit
  1394.          FIFO operation with the WD16C550 may vary with different computers.
  1395.  
  1396.  
  1397.      Q   Error code returned to DOS (default 1).  (Success always returns 0.)
  1398.          Some programs toss cookies when confronted with certain exit codes.
  1399.  
  1400.          EXAMPLE: dsz pQ-1 sz foo.bar
  1401.  
  1402.  
  1403.          DSZ reports an error if no files have been transferred, even if the
  1404.          command used wasn't supposed to transfer any file(s).
  1405.  
  1406.  
  1407.      R   If set to 1, causes partially received files to be deleted.
  1408.  
  1409.          EXAMPLE: DSZ pR1 rz
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.      Chapter 7 Pg 22       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1418.  
  1419.  
  1420.      S   Timeout in seconds (default 15) waiting for restraint release (XON
  1421.          and/or handshake).
  1422.  
  1423.      V   (DSZ.COM and GSZ only) Set this to 1 to use direct to screen video.
  1424.          This speeds up displays but may cause serial input errors when CGA
  1425.          equipped computers are used at high speeds.
  1426.  
  1427.          EXAMPLE: GSZ pV1 rz
  1428.  
  1429.          sets direct video output.
  1430.  
  1431.      W   Wait for Enter key before exiting after an error.  Useful when
  1432.          calling DSZ from DESQview, allows the window to close unless there
  1433.          is an error message that should remain visible.
  1434.  
  1435.          EXAMPLE: dsz pW1 sz foo.bar
  1436.  
  1437.  
  1438.      Y   Control byte for the NS16550AN/NS16550AFN FCR register.  If you
  1439.          don't know what the FCR does, don't mess with this parameter.  It
  1440.          has been suggested that a different value (129) may improve
  1441.          multitasking under DESQview when multiple copies of DSZ are active.
  1442.  
  1443.      a   Calibrates certain protocol timeouts used with XMODEM and YMODEM
  1444.          transfers (Cybernetic Data Recovery(TM)).  This parameter does not
  1445.          affect ZMODEM transfers.
  1446.  
  1447.          The a numeric parameter is automatically set to 2000 for a 4.77 mHz
  1448.          PC or XT, 4000 for a PS2/30, 6000 for an 8 mHz 1ws AT, and 12000 for
  1449.          a PS2/80.  If your computer has a speedup card or otherwise runs
  1450.          unusually fast (or slow!) for its type, you may set the a numeric
  1451.          parameter to a value that reflects its speed.
  1452.  
  1453.          EXAMPLE: dsz port 2 pa4000 rb
  1454.  
  1455.  
  1456.          NOTE: Setting this parameter does not suppress the "Unknown Machine
  1457.          Type" message which is displayed before the command line is scanned.
  1458.  
  1459.      d   A non zero value (the default) causes incoming files received with
  1460.          ZMODEM and full YMODEM transfers to have their Date set to that sent
  1461.          in the file header.  ZMODEM's file management features depend on the
  1462.          transmission of each file's modification date.  Files will have the
  1463.          same creation date, even if the two machines are in different time
  1464.          zones.  When transferring files to/from a Unix system, creation
  1465.          dates are interpreted according to GMT or Universal Coordinated
  1466.          Time.  File dating may be disabled with a pd0 command, which causes
  1467.          files to assume the date and time they were received.
  1468.          NOTE: Backdating file creation times may confuse some backup
  1469.          programs.
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.      Chapter 7 Pg 23       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1477.  
  1478.  
  1479.      v   Verbose level (debugging output) Negative values inhibit some
  1480.          routine messages.  Setting v to 1 or greater causes serialized
  1481.          copies to ring the bell when a transfer is done.
  1482.  
  1483.          EXAMPLE: dsz port 2 pv1 rz
  1484.  
  1485.  
  1486.      z   Timezone in minutes behind GMT, used for ZMODEM and True YMODEM file
  1487.          transfers to coordinate the actual date of the file with computers
  1488.          in other time zones.  PDT or MST corresponds to 420.  This may be
  1489.          preset with the ZONE DOS environment variable.
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.      Chapter 8 Pg 24       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1536.  
  1537.  
  1538.      8.  ENVIRONMENT VARIABLES
  1539.  
  1540.      The following DOS environment variables may be set to modify DSZ
  1541.      operation.  DOS environment variables are set by giving a command to DOS
  1542.      before running DSZ.  You can add these commands to your autoexec.bat
  1543.      file.
  1544.  
  1545.  
  1546.      EXAMPLE: set DSZPORT=2
  1547.  
  1548.  
  1549.      The following form may be used for arbitrary address/vector
  1550.      combinations:
  1551.  
  1552.      EXAMPLE: set DSZPORT=3e8,4
  1553.  
  1554.      These DOS "set" commands may be placed in your AUTOEXEC.BAT file or
  1555.      given just before you run your communications program.
  1556.  
  1557.      IMPORTANT! Do not add spaces to these commands!!
  1558.      set DSZPORT  =  2 WILL NOT WORK!
  1559.  
  1560.  
  1561.      DIRRX (Registered copies only.) Specifies the directory to receive
  1562.          (download) files.  If the sting in DIRRX ends with "/", directory
  1563.          and/or disk designators in the incoming pathname are stripped, and
  1564.          only the stem (name and extension) is used.  Otherwise, if an
  1565.          incoming file has an absolute pathname, the incoming pathname is
  1566.          used.
  1567.  
  1568.          EXAMPLE: set DIRRX=C:/modem/download/dsz/
  1569.          dsz rz -r
  1570.          downloads files to the /modem/download/dsz directory on the C:
  1571.          drive, with ZMODEM Crash Recovery..
  1572.  
  1573.  
  1574.          EXAMPLE: set DIRRX=B:/
  1575.  
  1576.          The DOS "set" command defining the receive directory may be placed
  1577.          in your AUTOEXEC.BAT file.  Make certain there is enough environment
  1578.          space to hold this value.  Confirm this by typing "set" to the DOS
  1579.          prompt and verifying the DIRRX value is listed correctly.
  1580.  
  1581.      DSZFILES May contain a list of up to 9999 pathnames to transmit, with
  1582.          entries separated by spaces.  If present, DSZFILES is used in place
  1583.          of a normal command line list of files to send with the sb and sz
  1584.          commands.
  1585.  
  1586.          EXAMPLE: set DSZFILES=file1 file2 file3 *.c
  1587.          dsz port 2 handshake on sz -rr
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.      Chapter 8 Pg 25       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1595.  
  1596.  
  1597.          In practice, this string would be built up by a calling program and
  1598.          passed to DSZ with a "spawnvpe", "execvpe", or similar subroutine
  1599.          call.
  1600.  
  1601.          SEE ALSO: Pathname list specification @C:files.lst
  1602.  
  1603.      DSZLOG log file to receive entries for files sent and received.
  1604.          (Default null).  Sample entries:
  1605.  
  1606.      Z  46532 38400 bps 3324 cps   0 errors    66 1024 DSZ.COM 1177
  1607.      Z 124087 19200 bps 1880 cps   0 errors     6 1024 MXY.TMP 1177
  1608.  
  1609.          Transfer times are based on the DOS time of day clock and have up to
  1610.          two seconds' uncertainty.  As with all protocol throughput reports
  1611.          generated by Omen Technology programs (and contrary to the false
  1612.          claims of some critics), DSZ's throughput figures for ZMODEM,
  1613.          Kermit, and True YMODEM(TM) transfers do not take "credit" for
  1614.          pathname and/or protocol overhead characters.  DSZ's throughput
  1615.          reports do not include the time required to send the pathname.  This
  1616.          understates the true time required to transfer files, but the time
  1617.          required to send the pathname often depends on the alacrity of the
  1618.          operator, and thus does not always reflect the performance of the
  1619.          protocol itself.
  1620.  
  1621.          Transfers measuring less than one second are reported as having 9999
  1622.          characters per second throughput.
  1623.  
  1624.          The unlabeled numeric field after the error (retry) count is the
  1625.          number of flow control stoppages encountered sending the file.  Flow
  1626.          control restrictions are normal when the interface speed exceeds the
  1627.          communications speed (DTE > DCE).  This number gives an indication
  1628.          of flow control restrictions (overloaded networks, etc.) encountered
  1629.          during the transfer.
  1630.  
  1631.          The last numeric field before the file name is the YMODEM block size
  1632.          or ZMODEM subpacket length used for the last block in the file.
  1633.  
  1634.          The last field is the serial number of the other program, or -1 if
  1635.          this information is not available.  When sending files, the
  1636.          receiving program's serial number is not normally available unless
  1637.          the -S option is used.
  1638.  
  1639.          The code letter indicates the type of transfer, Z (ZMODEM), S
  1640.          (X/YMODEM), R (X/YMODEM), E (error), or L (transfer terminated by
  1641.          loss of data carrier).
  1642.  
  1643.          WARNING: If DSZ encounters a loss of carrier or other fatal error
  1644.          condition before a file COMMENCES transmission, a log entry may not
  1645.          be made.
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.      Chapter 8 Pg 26       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1654.  
  1655.  
  1656.          EXAMPLE: set DSZLOG=C:/yam/dszlog
  1657.  
  1658.  
  1659.          IMPORTANT! NO SPACES!!
  1660.  
  1661.  
  1662.      DSZOPT (Registered copies only) String containing default options for
  1663.          DSZ file transfers.  Legal option letters for DSZOPT are the
  1664.          optional modifiers to the DSZ sz, rz, sx, rx, sb, rb commands.
  1665.  
  1666.          A T may be appended to the string to force DSZ to exit after it has
  1667.          recognized a ZMODEM AutoDownload(TM) request.
  1668.  
  1669.          An 8g may be appended to the string to make BBS (ANSI) graphics the
  1670.          default for DSZ's t command.  The ability to preset these options is
  1671.          especially helpful for controlling ZMODEM automatic downloads from
  1672.          DSZ's t command.
  1673.  
  1674.          EXAMPLE: set DSZOPT=r
  1675.          Enables DSZ's Intelligent Crash Recovery(TM) as a default.
  1676.  
  1677.          Let's say you wish ZMODEM crash recovery, and BBS "graphics" for the
  1678.          DSZ term function:
  1679.          set DSZOPT=r8g
  1680.  
  1681.  
  1682.          If you're downloading files from GEnie with an MNP modem, the
  1683.          following will speed up your downloads with Genie's ZMODEM-90Tm.
  1684.          (You can recognize ZMODEM-90 on GEnie two ways: 1) MobyTurboTm is
  1685.          used to speed ZIP and ARC downloads, 2) "sz 4.xx" is displayed at
  1686.          the end of transfer.  As of this writing, ZMODEM-90 may not be
  1687.          available in all libraries.) Note that (as usual with DSZ) case is
  1688.          significant: the "r" must be lower case, the "W" upper case.
  1689.          set DSZOPT=rW16384
  1690.  
  1691.  
  1692.          WARNING: Do NOT include "ena" or any other commands in the DSZOPT
  1693.          string.  With the exception of the "8g" mode, only **options** may
  1694.          be placed in the DSZOPT string!  (Options are the letters that
  1695.          modify the sz, rz, sb, etc. commands.  In "rz -r", "r" is an
  1696.          option.)
  1697.  
  1698.          Parameters can not be set in DSZOPT.
  1699.  
  1700.      MAXBYTES Maximum number of bytes allowed for transfer.  If this number
  1701.          is exceeded, DSZ skips the offending files (ZMODEM) or aborts
  1702.          remaining files in the batch (YMODEM).
  1703.  
  1704.      DSZPORT Default communications port override, default 1.
  1705.  
  1706.          EXAMPLE: set DSZPORT=2
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.      Chapter 8 Pg 27       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1713.  
  1714.  
  1715.          IMPORTANT! NO SPACES!!
  1716.  
  1717.  
  1718.  
  1719.      ZONE sets the z numeric parameter to the number of minutes the current
  1720.          local time lags GMT time.  PDT or MST corresponds to 420.  PST
  1721.          corresponds to 480.
  1722.          EXAMPLE:
  1723.          set ZONE=420
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.      Chapter 9 Pg 28       DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1772.  
  1773.  
  1774.      9.  EXIT STATUS
  1775.  
  1776.      DSZ exits with 0 status for successful transfers or the value of the Q
  1777.      numeric parameter (default 1) if a file transfer failed, or if no files
  1778.      were transferred.  Many languages and "door" programs do not return this
  1779.      information to the calling program.  Some languages and "door" programs
  1780.      freak out (hang) on certain non-zero exit values.
  1781.  
  1782.      A batch file that calls DSZ directly may be used to detect the DSZ exit
  1783.      status with the DOS "errorlevel" construct.  Please refer to the Q
  1784.      numeric parameter below for more information.
  1785.  
  1786.      DSZ's log file entries may also be examined to determine the success or
  1787.      failure of a file transfer.
  1788.  
  1789.      DSZ commands are an improper subset of Pro-YAM/PowerCom/ZCOMM commands.
  1790.      The file transfer commands are fully described in ZCOMMDOC.ZIP, the
  1791.      ZCOMM User's Manual.  (ZCOMM is a full featured shareware communications
  1792.      program with autodialing, autolearn scripting, and terminal emulation.)
  1793.      Portions of the ZCOMM User's Manual are also provided in DSZBG.ZOO.  You
  1794.      may refer to one of those documents for details on the following
  1795.      commands.
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.      Chapter 10 Pg 29      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1831.  
  1832.  
  1833.      10.  EXAMPLES
  1834.  
  1835.      dsz sz c:foo.zip              (send 1 file with ZMODEM)
  1836.  
  1837.      dsz sz -m c:*.zip             (send all .ZIP files with MobyTurbo(TM))
  1838.  
  1839.      dsz sz f1.c f2.c f3.c         (send 3 files with ZMODEM)
  1840.  
  1841.      dsz sz c:foo.* b:*.c          (send multiple files with ZMODEM)
  1842.  
  1843.      dsz sz -Z *.lst               (send text files with ZMODEM compression)
  1844.  
  1845.      dsz sz -r bigone.zip          (CRASH RECOVERY: resume interrupted
  1846.      transfer)
  1847.  
  1848.      dsz rz -r                     (CRASH RECOVERY: resume interrupted
  1849.      transfer)
  1850.  
  1851.      dsz rz -rr                    (CRASH RECOVERY with file comparison)
  1852.  
  1853.      dsz handshake both sz yamdemo.zip       (Hardware+Software handshake)
  1854.  
  1855.      dsz sz -n *.*                 (send files that are newer or rx has no
  1856.      copy)
  1857.  
  1858.      dsz sz -Yn *.*                (Only send files that are newer than
  1859.      receiver's copy)
  1860.                                    (Do not send files that do not exist on
  1861.      receiver's disk)
  1862.  
  1863.      dsz rz C:/UPLOADS             (receive files to specified directory *)
  1864.  
  1865.      dsz port 2 speed 38400 handshake both restrict rz
  1866.                                    (Restrict provides protection for BBS's)
  1867.  
  1868.      dsz rz  -y prog.zip           (ZMODEM, single file pathname override)
  1869.  
  1870.      dsz z pr1 rx foo.dat          (XMODEM receive, remove file if error)
  1871.  
  1872.      dsz pO60 ro foo.dat           (XMODEM/OverThruster receive, GEnie MNP *)
  1873.  
  1874.      DSZ LRC L-Y NEWPROG.ZIP       (generate lower case "rc -y" command)
  1875.  
  1876.      dsz sz foo >debug.dmp         (Debugging data dump)
  1877.  
  1878.      dsz sz @C:/bbs/files.lst      (Indirect file list)
  1879.  
  1880.      dsz sz -u *.lst               (Unlink (Delete) files as they are sent)
  1881.  
  1882.      * Registered copies only
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.      Chapter 10 Pg 30      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1890.  
  1891.  
  1892.      11.  BACKGROUND OPERATION
  1893.  
  1894.      Three DESQview description files are provided to demonstrate background
  1895.      operation with modest (66 kb window) memory requirements.  DSZ uses
  1896.      tight C/ASM code, table driven CRC generators, and buffered receive and
  1897.      transmit for good performance in the background without hogging CPU
  1898.      cycles.  On a QIC Labs 8 mHz PC-AT clone, DSZ can download files in the
  1899.      background (3 background clock ticks, 9 foreground clock ticks) with a
  1900.      throughput better than 9600 bps.
  1901.  
  1902.      GSZ operates under DESQview with 128k of memory.
  1903.  
  1904.      HINT: make sure "Separate Shift State" is set to "N".
  1905.  
  1906.      2S   Prompts for file name(s) and sends them with ZMODEM protocol.
  1907.           File: 2S-PIF.DVP
  1908.  
  1909.      2T   Talks to the modem and allows manual YMODEM (F3) or automatic
  1910.           ZMODEM downloads.  File: 2T-PIF.DVP
  1911.  
  1912.      2A   Like 2T, but using Quarterdeck's dvansi.com memory resident ANSI
  1913.           CRT device driver to process ANSI screen codes.  File: 2A-PIF.DVP
  1914.           DS.BAT is the batch file used by 2A.
  1915.  
  1916.      These files are written for a port 2 local connection and \TMP
  1917.      directory, but may be modified to suit your requirements using the
  1918.      DESQview CP command.  The W numeric allows DESQview to close the window
  1919.      after DSZ finishes, providing a pleasant user interface.
  1920.  
  1921.      Other DVPs, Scripts, and Batch files are available on the DESQView
  1922.      conference on the Sound of Music as DVDSZ20Z.ARC.
  1923.  
  1924.      Please consult the DESQview documentation for instructions on
  1925.      installation procedure for the DVP files.
  1926.  
  1927.      Operation at high speed (above 9600 bps) may require the DESQview
  1928.      "Optimize communications" performance Advanced Setup option.
  1929.  
  1930.      Newer versions of DESQview may require more "common memory" allocation
  1931.      (6-8 k bytes) to operate with DSZ.  Some versions of DESQview do not
  1932.      operate properly with DSZ; DESQview 2.0 is known to work, and DESQview
  1933.      2.25 is reported to have fixed bugs in intermediate versions.
  1934.  
  1935.      On 286 and 386 machines, some DESQview operations involve swapping
  1936.      memory contents with buffers in extended memory.  As with extended
  1937.      memory ramdisks and disk caches, this causes errors with high speed
  1938.      communications.  The considerations discussed in the "286 and 386
  1939.      Extended Memory" subchapter apply here.  Since this DESQview extended
  1940.      memory swapping is asynchronous with respect to DSZ's file transfers,
  1941.      "handshake slow" doesn't help here.  The solution is to force DESQview's
  1942.      memory swaps to use smaller blocks (with interrupts allowed between
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.      Chapter 11 Pg 31      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  1949.  
  1950.  
  1951.      blocks) and/or use NS16550AN or NS16550AFN or Goldstar GM82C550 chips
  1952.      for the serial interface.
  1953.  
  1954.      If you see funny characters on the screen while a program is loading,
  1955.      you have a conflict between the display adapter and QEMM memory manager
  1956.      which may cause lockups.  If so you must explicitly exclude the display
  1957.      adapter's memory with an EXCLUDE clause in QEMM's config.sys entry.
  1958.  
  1959.            ***********************************************************
  1960.                                      WARNING
  1961.      When running DSZ under a multi tasking system such as DESQview, do not
  1962.      allow two programs to access the same comm port at the same time.  At
  1963.      best, such actions will disrupt communications.  At worst, your computer
  1964.      will attempt to open a subspace channel to V'ger.
  1965.  
  1966.      Tell DESQview to use the SPECIFIC port number you are using, and not "Y"
  1967.      to the question: "Uses serial Ports (Y, N, 1, 2)"
  1968.  
  1969.      When running a comm program under DESQview or any related multitasking
  1970.      executive, DSZ must be called directly from the comm program, in the
  1971.      same window.  DO NOT open a separate window for DSZ unless you were
  1972.      about to power down the computer anyway.
  1973.            ***********************************************************
  1974.  
  1975.      With some communications programs, you can make the call, log in, and
  1976.      then exit (closing the window) without disconnecting the modem.  At this
  1977.      time you can fire up DSZ with the "t" command to allow YMODEM or ZMODEM
  1978.      downloads in a small window.
  1979.      Example File: 2A-PIF.DVP
  1980.  
  1981.      Alternatively, you can start DSZ from the DOS prompt, then type "AT"
  1982.      commands to the modem to call the bulletin board.  DESQview's "learn"
  1983.      facility may be helpful here.
  1984.  
  1985.      11.1  Windows 3
  1986.  
  1987.      Communications programs do not operate well under Windows 3 because
  1988.      Windows does not have true multitasking.
  1989.  
  1990.      11.2  VM
  1991.  
  1992.      According to Marshall Sutherland, Be sure to set IOPL3 mode to YES.
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.      Chapter 12 Pg 32      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2008.  
  2009.  
  2010.      12.  FLOW CONTROL
  2011.  
  2012.      If you plan to send files over Telenet (PC-Pursuit), you must refer to
  2013.      the Pro-YAM or ZCOMM Reference manual (in ZCOMMDOC.ZIP) FLOW CONTROL
  2014.      chapter for vital information on flow control considerations necessary
  2015.      for proper operation of ZMODEM and other streaming protocols.  (ZCOMM is
  2016.      a full featured shareware communications program with autodialing,
  2017.      autolearn scripting, and terminal emulation.)
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066.      Chapter 13 Pg 33      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2067.  
  2068.  
  2069.      13.  ERROR MESSAGES
  2070.  
  2071.      COM2 1200 bps Carrier Detect enabled Handshake slow
  2072.      Command line = (commands)
  2073.      This is a normal message displayed to help resolve problems with
  2074.      incorrect batch files.  The port number, speed, carrier detect
  2075.      ("enabled" or "DISABLED") and "handshake" indicate the selected mode of
  2076.      operation.
  2077.  
  2078.      DSZ FINISHED! exit code = 0
  2079.      This is DSZ's normal exit when at least one file has been transferred
  2080.      and no unrecoverable errors have been detected.  If an error such as a
  2081.      failed file transfer had been detected, the exit code would be 1, or the
  2082.      value set in the Q numeric parameter.
  2083.  
  2084.      As the message implies, DSZ has done all of its processing, and has
  2085.      return the communications port and vector to its original value before
  2086.      displaying this message.  If the computer locks up after this message is
  2087.      displayed, there's something wrong with the program that called DSZ, not
  2088.      with DSZ itself.
  2089.  
  2090.      Unknown Machine Type XX, 'a' parameter preset to 6000 indicates a ROM
  2091.      BIOS that does not follow the IBM specification for identifying the
  2092.      machine type.  If your computer causes DSZ to display this message, you
  2093.      may set the a numeric parameter described elsewhere in this document.
  2094.      This message is generated before any commands are read, so do not be
  2095.      alarmed when you "discover" that setting the a parameter doesn't make
  2096.      this message go away.  The a parameter does not affect ZMODEM transfers.
  2097.  
  2098.      Please send us a postcard or letter indicating the reported hex value
  2099.      for machine Type, name of the computer, and its speed so we can include
  2100.      that machine type in a future release.
  2101.  
  2102.      Need more memory to run DSZ or Abnormal program termination is displayed
  2103.      by the TurboC startup routine if DSZ is run in too small a memory
  2104.      partition.  If you see this message, use a larger memory partition for
  2105.      DSZ or remove some memory resident programs.  This message may also
  2106.      appear if the calling program fails to free memory before calling DSZ.
  2107.  
  2108.      No Carrier Detect is displayed when DSZ recognizes a lack of carrier
  2109.      detect signal from the modem.  Most support calls concerning "No Carrier
  2110.      Detect" are caused by the user failing to tell DSZ to use the correct
  2111.      port.  DSZ does not magically divine the COM port number; if the default
  2112.      COM1 is incorrect, DSZ must be told what port to use with the port
  2113.      command or the DPORT environment variable.
  2114.  
  2115.      The No Carrier Detect message may also be caused by a line disconnect,
  2116.      defective cable, or incorrect modem strapping.  Sometimes this is caused
  2117.      by setting the B parameter to too large a value.
  2118.  
  2119.      The No Carrier Detect message may be disabled with the d command.  The d
  2120.  
  2121.  
  2122.  
  2123.  
  2124.  
  2125.      Chapter 13 Pg 34      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2126.  
  2127.  
  2128.      command must be given after any port or speed commands.
  2129.  
  2130.      Garbage Count Exceeded Indicates ZMODEM has not detected a valid start
  2131.      of header in a reasonable number of characters.
  2132.  
  2133.      If DSZ becomes "stuck" on emitting this messages, it is possible the
  2134.      sending program may not be able to recognize and act upon transmission
  2135.      requests (ZROPS headers).  The sending program should be corrected.  In
  2136.      the meantime, setting a ZMODEM packet length with the "zmodem pl4096"
  2137.      ("l" is the small letter l) command will force the sender to wait for
  2138.      the receivers' progress reports.
  2139.  
  2140.      Permission denied comes from the Microsoft C Library.  This is caused by
  2141.      attempts to modify a read only file or directory, or to create a file in
  2142.      a nonexistent directory.
  2143.  
  2144.      Appearance of XOFF or FLOW during ZMODEM or YMODEM-g file sending
  2145.      signifies DSZ is responding to flow control restraint.  This is normal
  2146.      operation when error correcting modems or packet switched networks are
  2147.      used.  ZMODEM's robustness and reliability allow creative users to
  2148.      transfer files over unusual multiple computer lash-ups, causing modem
  2149.      data lights and computer status displays to dance in unfamiliar rhythms.
  2150.  
  2151.      Output FLow Control Restraint RELEASED Indcates DSZ has not received a
  2152.      positive flow control signal (XON and/or CTS as specified by the
  2153.      handshake command) within the timeout specified by the S numeric
  2154.      parameter.  This message may appear as the result of line noise.  If it
  2155.      appears often, it may indicate improper flow control settings, defective
  2156.      modem and/or cable, or (rarely) too small a value for the S numeric
  2157.      parameter.  A TSR program that monitors ring detect has also caused this
  2158.      problem.
  2159.  
  2160.      Not allowed to overwrite %s By default, DSZ will not overwrite an
  2161.      existing file.  Use the -y or -n or -r option to overwrite/update
  2162.      existing files.
  2163.  
  2164.  
  2165.      13.1  Got ZRPOS
  2166.  
  2167.      Got ZRPOS indicates the receiving program has detected a transmission
  2168.      error and has requested retransmission.  In other words, ZMODEM is doing
  2169.      its job of detecting and correcting missing and garbled data.
  2170.  
  2171.      If this happens with error correcting modems, or more often than
  2172.      observed line noise would suggest, the receiver's error messages must be
  2173.      studied.  "Line Status Register 01" messages indicate a flow control
  2174.      problem.  "Line Status Register 02" messages suggest a receiver problem
  2175.      with interrupt latency.
  2176.  
  2177.      Otherwise, the sender may have a flow control problem in one of four
  2178.      areas:
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.      Chapter 13 Pg 35      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2185.  
  2186.  
  2187.        + Between the sending program and its modem.  If using an interface
  2188.          speed higher than the transmission speed, or modem to modem error
  2189.          correction (MNP, LAPB, PEP, etc.), check that the modem and the
  2190.          sending program are configured for the same flow control methods.
  2191.          Omen Technology's software is faster than most other programs, and
  2192.          may expose flow control problems not seen with slower software.
  2193.  
  2194.        + Between the sending modem and the network.  Correcting this requires
  2195.          "handshake both" to allow the sending program to honor both hardware
  2196.          (CTS) flow control from the modem and software flow control
  2197.          (XON/XOFF) from the network.
  2198.  
  2199.        + Between parts of the network, or between the host computer and its
  2200.          terminal server(s).  We have received a number of reports of
  2201.          problems with Cisco terminal servers.
  2202.  
  2203.        + Between the receiving modem and the receiving program.  This can
  2204.          happen at high transmission speeds when the receiver has specified a
  2205.          large I/O buffer size with the B numeric parameter.
  2206.  
  2207.          Excessive interrupt latency from extended memory ramdisks or disk
  2208.          caches, and poorly written hard disk drivers also wreak havoc on
  2209.          streaming protocols but do not affect start-stop protocols (XMODEM,
  2210.          etc.).  Problems with extended memory disk caches may cause errors
  2211.          at regular intervals; check the receiver's error messages.
  2212.  
  2213.          To work around these problems, give the "handshake slow" command to
  2214.          the receiver.
  2215.  
  2216.      13.2  Subpacket too Long
  2217.  
  2218.      This error may be caused by flow control problems at the sender (see
  2219.      above).
  2220.  
  2221.      13.3  Bad CRC
  2222.  
  2223.      This error may be caused by flow control problems at the sender (see
  2224.      above).
  2225.  
  2226.  
  2227.      13.4  Garbled Data Subpacket
  2228.  
  2229.      This error may be caused by flow control problems at the sender (see
  2230.      above).
  2231.  
  2232.      Byte NNNN retry M: <error message> These messages appear when the
  2233.      protocol has detected an error and is attempting to retransmit the
  2234.      garbled data.  These are normal messages.
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.      Chapter 13 Pg 36      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2244.  
  2245.  
  2246.      13.5  Serial Input Error: Line Status Register xx
  2247.  
  2248.      Serial Input Error: Line Status Register HH indicates a hardware
  2249.      problem, slow device driver, TSR program, or other software is disabling
  2250.      interrupts too long for the program to accept incoming data, and some
  2251.      characters are lost.  A slow response to folow control also triggers
  2252.      this message.
  2253.  
  2254.      The value of the line status register is displayed in HEX.  The
  2255.      following error conditions are OR'ed into the Line Status Register.
  2256.  
  2257.  
  2258.      01   The Interrupt level circular buffer has been overrun.  This
  2259.           indicates a flow control problem.  The remote did not respond to
  2260.           DSZ's XOFF or hardware flow control signal, and continued to send
  2261.           characters after being told not to.  This problem is alleviated by
  2262.           matching flow control between the sending computer, modems, and the
  2263.           receiving computer.  Usually, the mismatch exists between the
  2264.           sending computer and its modem.
  2265.  
  2266.  
  2267.      02   An 02 value for the LSR indicates Data Overrun.  "Data Overrun"
  2268.           means the computer was not able to respond to an incoming character
  2269.           from the UART (modem) in time to make room for the next incoming
  2270.           character.  Data Overruns are caused by poorly designed software
  2271.           (or ROM BIOS "firmware") locking out interrupts for excessive
  2272.           periods.  These lockouts prevent the communications program from
  2273.           responding to the incoming characters quickly enough.
  2274.  
  2275.           Common causes of excessively long interrupt lockouts ("critical
  2276.           code regions") are disk drivers (BIOS), window managers (Windows 3
  2277.           is terrible), disk cache programs, TSR programs, and EGA/VGA board
  2278.           auto-select.
  2279.  
  2280.           Slowing the CPU to allow games and other time dependent programs to
  2281.           be used can generate excessive interrupt latency.
  2282.  
  2283.           Some BIOS programs are written without regard to their effect on
  2284.           high speed communications.  Better versions of the offending BIOS
  2285.           programs may be made available if enough users complain about poor
  2286.           performance.
  2287.  
  2288.           Interrupt latency caused by EGA/VGA board auto-select can be often
  2289.           corrected by disabling the board's Auto-Select.
  2290.  
  2291.           Device drivers and TSRs loaded in high memory sometimes cause
  2292.           interrupt latency problems that can be corrected by moving them
  2293.           into low memory.
  2294.  
  2295.           Poorly written disk caches and disk drivers cause interrupt latency
  2296.           that affects streaming protocols (ZMODEM) but not start-stop
  2297.  
  2298.  
  2299.  
  2300.  
  2301.  
  2302.      Chapter 13 Pg 37      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2303.  
  2304.  
  2305.           protocols such as XMODEM, YMODEM, JMODEM, Lynx, etc.  Some disk
  2306.           cache programs can be set to cache disk reads only, avoiding the
  2307.           massive asychronous delayed writes that interfere with file
  2308.           downloads.
  2309.  
  2310.           To correct Data Overruns, you must correct the offending
  2311.           condition(s) to allow the communications program to operate
  2312.           properly.
  2313.  
  2314.           The handshake slow command can be used to stop reception during
  2315.           disk transfers.  However, handshake slow is not always an effective
  2316.           alternative to correcting the real problem.
  2317.  
  2318.           Other chapters in this document give suggestions for working around
  2319.           excessive interrupt latency by using the NS16550AN UART chip.
  2320.           Please refer to the "Brain Damaged UARTS" subchapter.
  2321.  
  2322.           Please try all the suggestions mentioned here before contacting
  2323.           Omen Technology about data overruns.
  2324.  
  2325.  
  2326.      08   Framing Error generally caused by line noise or an incorrect
  2327.           transmission speed ("baud rate") or format (number of bits).  Also
  2328.           caused by some cheap internal modems.  Most protocols require 8
  2329.           bits no parity (-8n) for proper operation.  This is set
  2330.           automatically by Omen Technology programs, but other programs may
  2331.           not be so smart.
  2332.  
  2333.  
  2334.      10   Break Interrupt generally caused by line noise or an incorrect
  2335.           transmission speed ("baud rate") or format (number of bits).  Also
  2336.           caused by some cheap internal modems.
  2337.  
  2338.  
  2339.      18   Framing Error and Break Interrupt (see above) in combination.
  2340.  
  2341.           This error may also be caused by defective 8250 UART chips.  Some
  2342.           internal modem cards have slow 8250 chips that do not operate
  2343.           properly with computers faster than 4.77 mHz.  Replacing the 8250
  2344.           with a NS16550AN is recommended.  Please refer to the "Brain
  2345.           Damaged UARTS" subchapter for details.
  2346.  
  2347.      Please refer to the In Case of Difficulty chapter of this document for
  2348.      solutions.
  2349.  
  2350.      Less commonly encountered DSZ error messages are explained in the Pro-
  2351.      YAM manual.
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.      Chapter 13 Pg 38      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2362.  
  2363.  
  2364.      13.6  No Carrier Detect
  2365.  
  2366.      If you see a No Carrier Detect message, and you haven't lost the
  2367.      connection, you should fix your modem cable or modem settings to allow
  2368.      proper operation of the Carrier Detect signal (CD).
  2369.  
  2370.      A poorer alternative is to give the d command:  dsz port 1 speed 2400 d
  2371.      t
  2372.  
  2373.  
  2374.      13.7  Port %d (%X) defective
  2375.  
  2376.      When DSZ selects a serial port, it performs a quick hardware check to
  2377.      verify the presence and minimal functionality of the 8250 family UART.
  2378.      This message usually means a nonexistent port has been selected.
  2379.  
  2380.      Reports have been received of functional but nonstandard UART chips
  2381.      triggering this message.
  2382.  
  2383.  
  2384.      13.8  COMMAND NOT FOUND
  2385.  
  2386.      If you see this message, make sure DSZ is in the DOS PATH.  Sometimes
  2387.      this error is caused by having too many environment variable strings.
  2388.  
  2389.  
  2390.      13.9  Out of Environment
  2391.  
  2392.      means there is not enough room in the program environment to accept more
  2393.      data.
  2394.  
  2395.      DOS prints this message when it cannot allocate more memory to
  2396.      accommodate a "set" command, such as "set dirrx=c:/downloads/".
  2397.  
  2398.      Try moving the "set" commands to the batch file that calls your comms
  2399.      program, or to your AUTOEXEC.BAT file.
  2400.  
  2401.      To increase environment, use the /E switch. The default is 160 bytes.
  2402.  
  2403.      An example for your CONFIG.SIS file: SHELL=C:COMMAND.COM/E:256
  2404.  
  2405.      NOTE: Large environments may cause DSZ.COM to lockup.  This is less of a
  2406.      problem with DSZ.EXE.
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420.      Chapter 14 Pg 39      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2421.  
  2422.  
  2423.      14.  SLOW TRANSFERS
  2424.  
  2425.      Some users report slower than expected file transfers even when few or
  2426.      no errors are reported.  Some possible causes are:
  2427.  
  2428.      If "handshake slow" is used, throughput may suffer.  Try one of the
  2429.      other solutions to the "Line Status Register = 02" errors discussed
  2430.      above.  When using "handshake slow" it may be possible to increase the
  2431.      modem's interface speed to 19200 bps or faster.
  2432.  
  2433.      Bad phone lines will silently slow MNP modems, sometimes without any
  2434.      error indications.  If the modems disconnect fairly often you should
  2435.      suspect marginal phone line conditions that are being hidden by MNP
  2436.      error correction.
  2437.  
  2438.      One of the programs may have set a parameter or option that acts to slow
  2439.      the transfer under certain conditions.
  2440.  
  2441.  
  2442.  
  2443.  
  2444.  
  2445.  
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.      Chapter 15 Pg 40      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2480.  
  2481.  
  2482.      15.  IN CASE OF DIFFICULTY
  2483.  
  2484.      15.1  LOCKUPS
  2485.  
  2486.      15.1.1  Insufficient Memory
  2487.      DSZ complains when it detects insufficient memory to operate.  When
  2488.      calling DSZ from another program, there may be ALMOST enough memory for
  2489.      proper operation, but DSZ locks up during a transfer or the calling
  2490.      program freezes after DSZ displays the "DSZ Finished" message.
  2491.  
  2492.      Sometimes there is a message about insufficient memory, sometimes just a
  2493.      lockup and no message.  To verify this problem, call CHKDSK from within
  2494.      your comms program (not from DOS!) by defining it as an external
  2495.      protocol.  If you use an interface program (Hotkeyz, Prodoor, etc.), you
  2496.      must call CHKDSK from that program, as those programs also reduce the
  2497.      memory available to DSZ.
  2498.  
  2499.      CHKDSK should report at least 64k free memory.  If less memory is
  2500.      reported, reduce the size of the COMMS program's capture buffer, or
  2501.      reboot the system with fewer/smaller device drivers and TSR programs.
  2502.      Calling DSZ directly from the comms program instead of from an interface
  2503.      also saves memory.
  2504.  
  2505.  
  2506.      15.1.2  Environment TOO BIG
  2507.      A large environment may cause DSZ.COM to lockup.  The size of the
  2508.      environment (the amount of text you get when you give the DOS "set"
  2509.      command) is subtracted from the data space available to 8086 C programs.
  2510.      This can be a problem with DSZ.COM, whose 8086 tiny model limits code,
  2511.      data, stack, and environment to 64 kb TOTAL.  Use DSZ.EXE (compiled with
  2512.      8086 small model) to alleviate this problem.
  2513.  
  2514.  
  2515.      15.1.3  Bad COM Port Configuration
  2516.      DSZ is fastidious about which interrupt vectors it takes over.  Unlike
  2517.      some programs, DSZ uses only the correct interrupt vector for its
  2518.      interrupt service routine.  (This allows multitasking.)
  2519.  
  2520.      DSZ obtains and releases this vector with standard DOS function calls.
  2521.      This allows multi line operation under DESQview and other multitasking
  2522.      systems.
  2523.  
  2524.      Incorrectly configured serial ports that work with programs that pig out
  2525.      both IRQ3 and IRQ4 will lock up with DSZ.  If DSZ locks up the machine
  2526.      as soon as it tries to send or receive data, this is usually the fault.
  2527.      Make sure the comm port is strapped correctly; COM1 uses IRQ4, COM2 uses
  2528.      IRQ3.  DSZ will lock up if the comm port is not properly set up.
  2529.  
  2530.      In addition, DSZ will not work properly if two devices are connected to
  2531.      the same IRQ line, even when some other programs (that don't use
  2532.      interrupts as intensively) do work normally on the same machine.
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.      Chapter 15 Pg 41      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2539.  
  2540.  
  2541.      COM3 and above are not widely standardized.  If you have problems with
  2542.      COM3, chances are your "COM3" is non standard.
  2543.  
  2544.  
  2545.      15.1.4  LAN Manager Conflicts
  2546.      Some Local Area Network (LAN) managers take over comm ports using code
  2547.      that interferes with DSZ.
  2548.  
  2549.      The following hint is from Tom Louvaris, LANtastic Sales/Support - New
  2550.      York.  Other LAN managers may require similar incantations to keep the
  2551.      LAN manager from messing with DSZ's comm port.
  2552.  
  2553.      Problem: When the lan is running, DSZ intermittently fails.  DSZ starts
  2554.      the transfer by displaying "Ready to send pathname".  The receiving
  2555.      system does noting.  Eventually, DSZ exits with code 1, and no file is
  2556.      sent.
  2557.  
  2558.      To release one or more Com Ports with LANtastic 3.x, enter the
  2559.      following...
  2560.  
  2561.              Net Queue Halt \Sever-name Comn
  2562.  
  2563.  
  2564.      Note: You must be logged on to "Server-name" with Queue privileges to
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592.  
  2593.  
  2594.  
  2595.  
  2596.  
  2597.      Chapter 15 Pg 42      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2598.  
  2599.  
  2600.      enable the operation of this command.
  2601.  
  2602.      15.2  Incorrect Batch Files
  2603.  
  2604.      Incorrect batch files are the number one source of problems using DSZ
  2605.      for uploads and downloads.  Bulletin board programs with convoluted
  2606.      batch file mechanisms exacerbate the problem.
  2607.  
  2608.      DSZ's command line echo was added to assist in correcting defective
  2609.      batch files.  You should see a display like:
  2610.  
  2611.      Command line = 'rz '
  2612.      or
  2613.      Command line = 'port 2 speed 9600 sz foo.baz '
  2614.  
  2615.      You may have to add a "pause" command at the end of the batch file to
  2616.      allow DSZ's messages to be seen.  Another possibility is to turn on the
  2617.      printer with ^P before running DSZ, so DSZ's message can be saved on
  2618.      paper.
  2619.  
  2620.      In general, the Command line display should look like one of the
  2621.      examples in this document or those displayed by DSZ itself.  (The
  2622.      Command line display does not include the name of the DSZ program
  2623.      itself.)
  2624.  
  2625.      Try running DSZ by itself, without any batch files or TSR programs,
  2626.      calling it directly from DOS as described above.
  2627.  
  2628.  
  2629.      15.3  Cheap Internal Modems
  2630.  
  2631.      Numerous trouble reports have been received lately caused by cheap
  2632.      internal modems causing errors on ZMODEM transfers but not XMODEM.  A
  2633.      similar problem was experienced in the mid 80's during beta testing of
  2634.      some 2400 bps modems.  Perhaps defective LSI chips left over from those
  2635.      days were cloned or recovered from the trash bin.
  2636.  
  2637.  
  2638.      15.4  Commands Entered in Upper Case
  2639.  
  2640.      Most DSZ commands and options must be entered in lower case (small
  2641.      letters, not big letters).  Where the documentation or help screen
  2642.      indicates "rz", you must use "rz" and not "RZ".
  2643.  
  2644.  
  2645.      15.5  No Carrier Detect
  2646.  
  2647.      If you see a No Carrier Detect message, and you haven't lost the
  2648.      connection, you should fix your modem cable or modem settings to allow
  2649.      proper operation of the Carrier Detect signal (CD).
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.      Chapter 15 Pg 43      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2657.  
  2658.  
  2659.      A poorer alternative is to give the d command:  dsz port 1 speed 2400 d
  2660.      t
  2661.  
  2662.  
  2663.      15.6  DOS 3.x
  2664.  
  2665.      DOS 3.x systems may need to have a "STACKS = 8,256" line in CONFIG.SYS
  2666.      to prevent antisocial behavior. This is required on the NEC Multispeed,
  2667.      or if certain TSR's are used.
  2668.  
  2669.  
  2670.      15.7  Perstor Controllers
  2671.  
  2672.      Several reports have been received indicating Perstor disk controllers
  2673.      interfere with data communications.  Perstor is reportedly working on a
  2674.      fix.
  2675.  
  2676.  
  2677.      15.8  IBM PS/2 Model 50Z
  2678.  
  2679.      Early samples of this machine have a design error on the motherboard
  2680.      that causes comms programs to lock up the machine.  Replacing the
  2681.      motherboard with a correctly functioning unit from current production
  2682.      corrects the problem.  The part number of the replacement PS2/50 Z
  2683.      motherboard is 35F5928.  (Information provided by John M. Choma
  2684.      73047,3566) U.S. IBM stonewalled on this issue, but in December 1988
  2685.      agreed to replace the defective motherboards under warranty.
  2686.  
  2687.  
  2688.      15.9  Brain Damaged UARTS
  2689.  
  2690.      Omen Technology has received reports of problems with buggy 8250 type
  2691.      UART integrated circuits in Leading Edge modem boards, serial port
  2692.      interfaces, and computers.  The defective chip logic affects high
  2693.      performance software.  Replacing the buggy chip with a newer chip
  2694.      (NS16550AFN) corrects the problem.
  2695.  
  2696.      The UM82450 chip in the Zoom 2400HC also appears to cause problems.
  2697.      Zoom Telephonics advises that this problem is limited to their old
  2698.      model.  The old model has an external volume control.
  2699.  
  2700.      You can identify an old chip by inspecting the serial interface board
  2701.      for 8250 or UM82450 type devices.  A service technician or hardware
  2702.      hacker can help if you are not familiar with reading chip numbers.
  2703.  
  2704.      Dsz users can identify old chips with the following software command:
  2705.  
  2706.      EXAMPLE: dsz port 1 speed 2400 p
  2707.  
  2708.      The value for the P numeric parameter should be 1.  A value of 0
  2709.      indicates a non-buffered chip or a chip with a defective buffer.
  2710.  
  2711.  
  2712.  
  2713.  
  2714.  
  2715.      Chapter 15 Pg 44      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2716.  
  2717.  
  2718.      ZCOMM and Professional-YAM users can look at the printout produced by
  2719.      the s command;  old UART chips register as TYP 0.
  2720.  
  2721.      The National Semiconductor NS16550AFN is a pin compatible plug in
  2722.      replacement for 8250 and 16450 serial chips.  Omen Technology PCDOS
  2723.      software enables the FIFO buffer in the NS16550AFN to prevents loss of
  2724.      data from poorly written device drivers, TSR programs, etc.
  2725.  
  2726.      We are also using the Goldstar GM82C550 chip with a 9025 date code.
  2727.      This Goldstar chip is plug compatible with the National chips.  No
  2728.      problems have been discovered with this chip.
  2729.  
  2730.      The NS16550AFN has better electrical characteristics than the older UART
  2731.      chips.  386 and fast 286 machines should use the NS16550AFN for best
  2732.      results.  Omen Technology software has been written to allow time for
  2733.      the older UART chips to operate. However, there is a limit to how much
  2734.      the software can rearrange chip accesses without resorting to
  2735.      performance robbing wait loops.  Some other software is not as forgiving
  2736.      of slow chips.
  2737.  
  2738.      Be sure to ask for the NS16550AFN.  It is VITAL to get the National
  2739.      Semiconductor "AFN" or "AN" chip.  Other vendors' chips not mentioned
  2740.      above won't do.  Current Western Digital WD16C550 chips do not function
  2741.      properly at low speeds.
  2742.  
  2743.      As of this writing, the Goldstar GM82C550, National Semiconductor
  2744.      NS16550AN and NS16550AFN are the only plug compatible chips that are
  2745.      known to work.
  2746.  
  2747.      If your UART chip is soldered in or otherwise not replaceable, you will
  2748.      need a new plug-in board with a good UART chip.  The cheapest such board
  2749.      to date is the KW-524E-1 Serial/Parallel/Game card, $30.90 from TSD
  2750.      Systems, 800-331-9130 (FAX 407-331-8130).  A board populated with two
  2751.      FIFO UARTS is $41.85.
  2752.  
  2753.      The Hayes ESP board comes with two serial ports with NS16550AFN devices.
  2754.      The ESP definitions for COM3 and COM4 agree with the industry standard
  2755.      definitions used by Omen Technology.  All option switches on the ESP
  2756.      board should be OFF except those used to select the port number (COMn).
  2757.  
  2758.  
  2759.      The $99 "WinSport II" from Boffin LTD 612-894-0595 has two NS16550AFN
  2760.      FIFO UARTS and also supports MobyBaud (18.432 MHz clock).  This card
  2761.      also supports higher IRQ numbers, freeing up the low IRQs for other
  2762.      applications.
  2763.  
  2764.      Software Electronics 503-640-1946 sells a $59 board with two FIFO UARTS
  2765.      and a bidirectional enhanced parallel port.
  2766.  
  2767.      The following information comes from a number of people:
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773.  
  2774.      Chapter 15 Pg 45      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2775.  
  2776.  
  2777.      "I have located a small dealer in New York who has the cards with or
  2778.      without the 16550.  I believe the price is around $50.00.  The company
  2779.      is RJK Consulting and the number is 718-968-9167. The gentleman to speak
  2780.      to is a Mr. RJ Kulman. ...  I got this information off the "Interlink"
  2781.      BBS system." Fm: Nick Braak [TRICON] 75156,1254
  2782.  
  2783.      Fry's - 415-770-FRYS.  This is a Silicon Valley electronic department
  2784.      store.
  2785.  
  2786.      Jameco Electronics at 415-592-8097 800-538-5000 sells National
  2787.      NS16550AFN chips mail order (credit card) in small quantities.
  2788.      Unfortunately, we received a number of reports (none recently) that
  2789.      their serial i/o card was supplied with the defective WD16C550 soldered
  2790.      in, even when ordered with specific instructions to include 16550AFN
  2791.      chips.
  2792.  
  2793.      TSD Systems advertise a 2 serial/parallel/game card with one or two
  2794.      NS16550-AFN chips.  800-331-9130(voice) 407-331-8130(fax)
  2795.  
  2796.      Microprocessors Unlimited, 24000 South Peoria, Beggs, OK. (918) 267-
  2797.      4961. The price for the chip is $13.50 plus shipping costs.
  2798.  
  2799.      Consolidated Computers 4 Shoppers Lane Suite 121 Turnersville, NJ  08012
  2800.      (609)751-9595(voice) (609)751-3843(bbs) (609)751-3840(fax)
  2801.  
  2802.      Arrow Electronics at 800-932-7769 (516-467-1000).
  2803.  
  2804.      Willies Computer Software Company: 800/835-4832.
  2805.  
  2806.      N.B.: Current Western Digital WD16C550 chips do not function properly at
  2807.      low speeds.  This has been confirmed with samples received directly from
  2808.      Western Digital.  WD is aware of this problem, but has not informed us
  2809.      of a corrected chip.
  2810.  
  2811.  
  2812.  
  2813.      15.9.1  Everex Internal Modems
  2814.      Numerous reports have been received concerning difficulties with Everex
  2815.      modem cards.  Some of these cards contain buggy 8250 chips which are not
  2816.      up to the demands of full duplex streaming protocols such as ZMODEM.
  2817.      Replacing the buggy 8250 chip with NS16550AN chip corrects these
  2818.      problems.
  2819.  
  2820.  
  2821.      15.10  Weird Iron
  2822.  
  2823.      A few machines, some with V20 CPUs, reportedly don't like DSZ.COM.  We
  2824.      have not been able to repeat this; TeleGodzilla (using a V20) runs
  2825.      DSZ.COM without a hitch.  Switching to DSZ.EXE has cleared up the
  2826.      problems on other machines.
  2827.  
  2828.  
  2829.  
  2830.  
  2831.  
  2832.  
  2833.      Chapter 15 Pg 46      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2834.  
  2835.  
  2836.      15.11  PKARC 3.6
  2837.  
  2838.      It has been reported that PK36 grabs some interrupts and doesn't restore
  2839.      them on exit in an attempt to prevent hacks of the program.  Since
  2840.      eliminating that particular version and cleaning up memory, high speed
  2841.      transfers even with 8250 UARTS work properly again.
  2842.  
  2843.      The problem with PK 3.6 appears to be most severe if a BBS operator has
  2844.      doorware, etc that accesses the PK programs from a shell of some sort.
  2845.      This info may be helpful to users who are having otherwise inexplicable
  2846.      file transfer problems.
  2847.  
  2848.      Phil Katz has written me that this problem has been corrected in
  2849.      subsequent versions.
  2850.  
  2851.  
  2852.      15.12  Will the real YMODEM please stand up?
  2853.  
  2854.      Some XMODEM programs claiming to support YMODEM neither send nor accept
  2855.      the YMODEM pathname block.  1024 byte XMODEM is XMODEM-1k, not the
  2856.      YMODEM defined by Ward Christensen in 1985 when he invented the term
  2857.      YMODEM.  1987 and later versions of YMODEM.DOC remind the reader of the
  2858.      official YMODEM definition, which has not changed since YMODEM's coinage
  2859.      in 1985.
  2860.  
  2861.  
  2862.      15.13  286 and 386 Extended Memory
  2863.  
  2864.      Virtual memory disk caches and ramdisks using 80286 or 80386 extended
  2865.      memory require a kludge hardware reset of the CPU chip to return to the
  2866.      normal "real mode" after accessing extended memory.  This interference
  2867.      to the interrupt response time causes lost characters on comm ports, and
  2868.      may be minimized by specifying shorter memory transfers.
  2869.  
  2870.      Switching to a Goldstar GM82C550, National NS16550AN or NS16550AFN UART
  2871.      chip helps tremendously, allowing transfers at 115200 bps instead of
  2872.      9600 bps with a standard 8250.  Please refer to the subchapter on "Brain
  2873.      Damaged UARTs".  The DSZ "handshake slow" command may also help.
  2874.  
  2875.  
  2876.      15.14  Disk Caches
  2877.  
  2878.      Cache programs often interfere with ZMODEM transfers.  In one instance,
  2879.      replacing Microsoft's SMARTDRV.SYS with Multisoft's SUPERPCK.EXE helped.
  2880.      Norton NCACHE and and Multisoft PCQWIK have also caused errors.
  2881.  
  2882.      Some cache programs can be turned on and off; try turning it off when
  2883.      running DSZ.
  2884.  
  2885.      Switching to a National NS16550AN or NS16550AFN UART chip helps
  2886.      tremendously, allowing transfers at 115200 bps instead of 9600 bps with
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.      Chapter 15 Pg 47      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2893.  
  2894.  
  2895.      a standard 8250.  Please refer to the subchapter on "Brain Damaged
  2896.      UARTs".  The DSZ "handshake slow" command may also help.
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919.  
  2920.  
  2921.  
  2922.  
  2923.  
  2924.  
  2925.  
  2926.  
  2927.  
  2928.  
  2929.  
  2930.  
  2931.  
  2932.  
  2933.  
  2934.  
  2935.  
  2936.  
  2937.  
  2938.  
  2939.  
  2940.  
  2941.  
  2942.  
  2943.  
  2944.  
  2945.  
  2946.  
  2947.  
  2948.  
  2949.  
  2950.  
  2951.      Chapter 16 Pg 48      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  2952.  
  2953.  
  2954.      16.  ASSOCIATED DOCUMENTS
  2955.  
  2956.      Consult the Professional-YAM, PowerCom, or ZCOMM manual chapter "OPTIONS
  2957.      FOR FILE TRANSFERS" for descriptions of the file transfer options.
  2958.      (ZCOMM is a full featured shareware communications program with
  2959.      autodialing, autolearn scripting, and terminal emulation.) The "FILE
  2960.      TRANSFER BASICS" chapter explains the relative merits of XMODEM, YMODEM,
  2961.      ZMODEM, and other protocols and gives tips on their use.  The "MAIN
  2962.      COMMANDS" chapter describes the rb, rx, rc, rz, sb, and sz commands.
  2963.      The "MODEM INTERFACING" and "FLOW CONTROL" chapters contain important
  2964.      information on the use of buffered modems with DSZ.
  2965.  
  2966.      Information on the ZMODEM Inter Application File Transfer Protocol is
  2967.      available in Omen Technology's "ZMODEM DEVELOPER's COLLECTION" ($89.00).
  2968.  
  2969.      Unix/Xenix C Source code for XMODEM, YMODEM, and ZMODEM transfers
  2970.      to/from Omen Technology Products is included in RZSZ.ZOO.[1] This file
  2971.      includes a Pro-YAM/ZCOMM script to upload a bootstrap file to a Unix
  2972.      system, compile it, and (if the compilation is successful) upload the
  2973.      rz/sz source files.  (ZCOMM is a full featured shareware communications
  2974.      program with autodialing, autolearn scripting, and terminal emulation.)
  2975.  
  2976.  
  2977.  
  2978.  
  2979.  
  2980.  
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986.  
  2987.  
  2988.  
  2989.  
  2990.  
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.  
  2999.  
  3000.  
  3001.      __________
  3002.  
  3003.       1. Technical support for rzsz is available on a paid consulting basis.
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.      Chapter 17 Pg 49      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3011.  
  3012.  
  3013.      17.  FILES
  3014.  
  3015.      Some of the batch files mentioned in this document are not included in
  3016.      the archives.  Those that are needed can be readily created with your
  3017.      favorite editor.
  3018.  
  3019.      DSZ.COM, DSZ.DOC, 2A-PIF.DVP, 2S-PIF.DVP, 2T-PIF.DVP, BBS_REG.TXT,
  3020.      DS.BAT, FIX.BAT, MAILER, ZMODEMAD.BAT, ZMODEMD.BAT, ZMODEMDR.BAT, and
  3021.      ZMODEMU.BAT constitute Omen Technology's DSZ.ZIP.  These same files are
  3022.      in DSZ.ZOO on the distribution diskette mailed to registered users.[1]
  3023.  
  3024.      2S-PIF.DVP, 2A-PIF.DVP, DS.BAT, and 2T-PIF.DVP are used with Quarterdeck
  3025.      Office Systems' DESQview multitasking executive for background
  3026.      operation.  Their use is described in a previous chapter of this
  3027.      document.
  3028.  
  3029.      DGSZ.ZOO is distributed to GSZ registrants.  It contains GSZ.EXE and
  3030.      GCOLORS.EXE in addition to the above.
  3031.  
  3032.      ZCOMMDOC.ZIP (manual), ZCOMMEXE.ZIP (programs), ZCOMMHLP.ZIP (help
  3033.      processor and database), make up the ZCOMM communications tools
  3034.      shareware distribution.  The ZCOMM files are available on finer bulletin
  3035.      boards.  (ZCOMM is a full featured shareware communications program with
  3036.      autodialing, autolearn scripting, and terminal emulation.)
  3037.  
  3038.      RZSZ.ZOO contains ZMODEM "C" source code for COMPLETE Unix/Xenix
  3039.      programs licensed for use transferring files to/from licensed Omen
  3040.      Technology products.[2]
  3041.  
  3042.      RZSZ.TLB The ZMODEM rz/sz programs are available in native VMS flavors
  3043.      with wild cards, record format support, etc..  Pre compiled VAX/VMS
  3044.      files are contained in the RZSZ.TLB compressed text library, available
  3045.      in the TeleGodzilla (503-621-3746) upgrade/vms subdirectory, Compuserve
  3046.      VAXFORUM, GEnie, and other bulletin boards.
  3047.  
  3048.      DSZ.EXE compiled with the Xenix to DOS XC may give moderately higher
  3049.      maximum throughput noticeable on slower machines.  Sending from a faster
  3050.      machine to an 8 MHz IBM AT with 16550AFN, using 115200 bps and "sz -yZ
  3051.      rttypix":
  3052.  
  3053.  
  3054.  
  3055.      __________
  3056.  
  3057.       1. DSZ.ZOO is supplied to registrants instead of DSZ.ZIP because not
  3058.          all registrants have copies of unarchiving programs.  The
  3059.          registration disk includes a copy of BOOZ, a simple dearchiver for
  3060.          ZOO files.
  3061.  
  3062.       2. Technical support for rzsz is available on a paid consulting basis.
  3063.  
  3064.  
  3065.  
  3066.  
  3067.  
  3068.  
  3069.      Chapter 17 Pg 50      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3070.  
  3071.  
  3072.      Program                       Throughput
  3073.  
  3074.      DSZ.EXE                       12735 cps
  3075.      DSZ.COM                       7164 cps
  3076.  
  3077.      ProComm+2.0                   5928 cps
  3078.  
  3079.      (Compare these speeds to those listed on Page 159 of the April 30, 1991
  3080.      issue of PC Magazine.  Results are even better with the compressible
  3081.      file used in the PC Magazine tests.)
  3082.  
  3083.      DSZ.EXE supports ZMODEM over 7 bit paths (E and P options), and
  3084.      specified control character quoting (-Q<string> option).  The DSZ.EXE
  3085.      requires somewhat more memory than DSZ.COM.  The maximum DSZ.EXE I/O
  3086.      buffer size available with the B numeric parameter is 16384.  DSZ.EXE is
  3087.      available in DSZEXE.ZIP and DSZEXE.ZOO.
  3088.  
  3089.      ZCOMM and Pro-YAM also run faster than DSZ.COM.  (ZCOMM is a full
  3090.      featured shareware communications program with autodialing, autolearn
  3091.      scripting, and terminal emulation.)
  3092.  
  3093.      DSZBG.ZOO contains DSZBG.DOC.  Part of the DSZ registration disk, this
  3094.      file provides background information on the ZCOMM/Pro-YAM commands
  3095.      provided in DSZ and GSZ.
  3096.  
  3097.      The ZOO archive format is a machine independent improvement on the PC-
  3098.      DOS specific .ARC format. The ZOO format has been precisely defined, and
  3099.      stable ZOO archivers/dearchivers are available on a wide variety of
  3100.      systems.
  3101.  
  3102.      BOOZ.EXE unpacks .ZOO archives.  BOOZ.DOC describes BOOZ.EXE.
  3103.  
  3104.  
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122.  
  3123.  
  3124.  
  3125.  
  3126.  
  3127.  
  3128.      Chapter 18 Pg 51      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3129.  
  3130.  
  3131.      18.  Other Omen Technology Products
  3132.  
  3133.      18.1  Professional-YAM COMMS TOOLS
  3134.  
  3135.      Omen Technology makes Professional-YAM, a comprehensive comms program
  3136.      with unmatched power.  (Professional-YAM is a full featured commercial
  3137.      communications program with autodialing, autolearn scripting, and
  3138.      terminal emulation.) Flavors are available for PC-DOS, Unix, Xenix, and
  3139.      OS/2 Protected mode.  Unix source code is available under license.
  3140.  
  3141.  
  3142.      18.2  ZCOMM: Industrial Strength COMMS Shareware
  3143.  
  3144.      ZCOMM is a full featured shareware version with a $40.00 basic
  3145.      registration.  Registered DSZ users upgrading to ZCOMM get a free
  3146.      binder!
  3147.  
  3148.  
  3149.      18.3  ZMODEM Developer's Collection
  3150.  
  3151.      Omen Technology sells the "ZMODEM Developer's Collection" for $89.00.
  3152.      This diskette includes the most recent public domain versions of
  3153.      YMODEM.DOC, ZMODEM.DOC and the Unix/VMS rz/sz C source code for YMODEM
  3154.      and ZMODEM.  Porting to the intended application is the sole
  3155.      responsibility of the purchaser.  For many developers, this collection
  3156.      affords a significant labor savings in obtaining these materials.
  3157.  
  3158.  
  3159.  
  3160.  
  3161.  
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.  
  3170.  
  3171.  
  3172.  
  3173.  
  3174.  
  3175.  
  3176.  
  3177.  
  3178.  
  3179.  
  3180.  
  3181.  
  3182.  
  3183.  
  3184.  
  3185.  
  3186.  
  3187.      Chapter 19 Pg 52      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3188.  
  3189.  
  3190.      19.  FAIR PLAY
  3191.  
  3192.      Unlike snazzy menu interfaces, reliable high speed transfer protocols
  3193.      take many hours of testing, often over expensive phone connections, to
  3194.      develop.  Two decades of communications experience and protocol testing
  3195.      are distilled in DSZ.
  3196.  
  3197.      DSZ is a user supported program developed and supported by Chuck
  3198.      Forsberg, owner of Omen Technology.  Countless hours of work and
  3199.      expen$ive resources went to develop and support DSZ for the myriad
  3200.      environments users use it in.  The fact that most of the problems people
  3201.      encounter with DSZ are caused by other software, hardware problems,
  3202.      failure to read the supplied documentation, or pirating has not kept
  3203.      users from seeking and getting help, even if it means calling the author
  3204.      in the middle of his sleep.
  3205.  
  3206.      Beyond this, the world of communications is constantly evolving, and it
  3207.      requires a significant ongoing effort to keep DSZ and its documentation
  3208.      up to date with the current state of the art.  Individuals with little
  3209.      knowledge of the dynamic nature of telecommunications (or hidden
  3210.      agendas) have misrepresented the frequency of enhancements to DSZ as a
  3211.      sign that DSZ is "unstable" and unworthy of "serious consideration".  If
  3212.      you think such sniping is fair play, you are more than welcome to use
  3213.      one of the many other protocol programs available, each of which claim
  3214.      to offer speed and reliability comparable to DSZ.
  3215.  
  3216.      Non registered users are welcome to use DSZ for a reasonable evaluation
  3217.      period.  "Reasonable" means "until you've decided whether the program is
  3218.      worth $20.00." It does not mean "until some competing program gets
  3219.      around to adding ZMODEM or True Ymodem(TM)".  Once you've evaluated DSZ,
  3220.      ethical use of DSZ requires registering the copy.
  3221.  
  3222.      DSZ is not and never has been Public Domain.  Every version of DSZ has
  3223.      included a Copyright Notice and a prohibition against sale or
  3224.      modification.  There is no usage counter or other Trojan Horse in DSZ,
  3225.      but if you use this program, you have a moral and ethical obligation to
  3226.      register it.
  3227.  
  3228.      Paid registration enables t -8g, DIRRX, DSZOPT, OverThruster(TM),
  3229.      YMODEM-g, and other advanced features that are present in DSZ.ZIP in
  3230.      encrypted form.  The registration package serializes and decodes all
  3231.      past and future versions of DSZ.COM and DSZ.EXE.  You can get a fully
  3232.      featured upgrade of DSZ simply by downloading a newer version from
  3233.      TeleGodzilla (503-621-3746), BIX, GEnie (IBM Roundtable), CompuServe,
  3234.      and trusted bulletin boards.
  3235.  
  3236.  
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243.  
  3244.  
  3245.  
  3246.      Chapter 19 Pg 53      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3247.  
  3248.  
  3249.      19.1  Sharing DSZ Files
  3250.  
  3251.      You are welcome to share unmodified copies of DSZ.ZIP or DSZ.ZOO with
  3252.      your friends and associates for their evaluation.  This documentation
  3253.      file and the MAILER file must be provided with all copies of DSZ except
  3254.      by prior written permission from Omen Technology Inc.  Because of piracy
  3255.      problems, Omen Technology must INSIST that DSZ be distributed only as
  3256.      part of the DSZ.ZIP file EXACTLY as provided by Omen Technology Inc, or
  3257.      in an archive which displays a CRC value for DSZ.COM equal to that shown
  3258.      in the Changes chapter.  If DSZ.ZIP is repacked, no files may be added
  3259.      to or removed from the archive.
  3260.  
  3261.      If you see an improperly packed or otherwise modified DSZ archive or
  3262.      parts thereof in a bulletin board, please ask the board's operator to
  3263.      replace such files with DSZ.ZIP exactly as provided by Omen Technology
  3264.      Inc.  Flame them until they behave ethically.
  3265.  
  3266.      Unmodified copies of Omen Technology shareware and demo files including
  3267.      GSZ.ZIP, DSZ.ZIP and DSZBG.ZIP may be distributed by "shareware
  3268.      distributors" provided 1) the files are clearly identified as
  3269.      unregistered shareware, 2) the cost of the distribution is nominal.
  3270.      Otherise, no version of DSZ may be sold without the prior written
  3271.      permission of Omen Technology Inc.
  3272.  
  3273.      DSZ is not and never has been Copy Protected.  "DSZ unprotect" files
  3274.      have no function whatsoever except to aid and encourage the theft of
  3275.      Omen Technology's Intellectual Property.
  3276.  
  3277.      Distribution or use of programs or procedures that modify, patch,
  3278.      disassemble, decompile, or otherwise reverse engineer DSZ without the
  3279.      prior written permission by Omen Technology Inc is a bloody theft of
  3280.      intellectual property and services and is a violation of Federal
  3281.      Copyright Law.  The same applies to debug scripts and documentation
  3282.      written for the same purposes.  These perform the same function as
  3283.      pirate satellite and/or cable descramblers, to obtain benefit from
  3284.      encrypted communications without proper payment.  Piracy has been
  3285.      investigated by the FBI and prosecuted under federal statutes.
  3286.      Applicable law provides for damages and recovery of attorney's fees.
  3287.      Omen Technology has received reports of serious problems caused by
  3288.      unauthorized patches to DSZ, and cannot assume liability for the
  3289.      performance of the resultant code.  So far, none of the slime producing
  3290.      such bilge have seen fit to sign their real name and address to their
  3291.      cretinous attempts at ego gratification.
  3292.  
  3293.      Distribution of DSZ in any medium without this documentation file is an
  3294.      unauthorized modification to DSZ that deprives the rightful author of
  3295.      registration revenues.  That is a theft of intellectual property.  Such
  3296.      distribution damages the author by forcing the user and author to waste
  3297.      time and phone bills scrounging for the documentation, and answering
  3298.      questions that are fully covered in the documentation.
  3299.  
  3300.  
  3301.  
  3302.  
  3303.  
  3304.  
  3305.      Chapter 19 Pg 54      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3306.  
  3307.  
  3308.      If any version of DSZ is distributed with any other product, software or
  3309.      hardware, the product documentation must clearly and prominently state
  3310.      that the customer's continued use of DSZ requires registration directly
  3311.      with Omen Technology or its duly authorized agent(s).  When unregistered
  3312.      copies of DSZ are distributed on disk, a contemporary copy of
  3313.      ZCOMMDOC.ZIP should be included on the same disk.
  3314.  
  3315.      Thank you for your support.
  3316.  
  3317.      19.2  REGISTRATION
  3318.  
  3319.      After a short evaluation period, ethical users must register their copy
  3320.      of DSZ with a check for $20.00 in U.S. funds sent to:
  3321.  
  3322.             Omen Technology Inc.
  3323.             P.O. Box 4681
  3324.             Portland, OR 97208
  3325.  
  3326.      The address on your check is sufficient, no need to fill out forms.
  3327.  
  3328.             For VISA/MC Registrations, you can also:
  3329.             Call VOICE: 503-621-3406
  3330.  
  3331.             Or register online: 503-621-3746  300-1200-2400-9600 bps
  3332.             Or FAX the INSTANT MAILER to: 503-621-3735
  3333.  
  3334.      Don't bother scrounging for an envelope, just print the INSTANT MAILER
  3335.      included in this archive!
  3336.  
  3337.      Overseas registrations are sent out International Air Mail.  Users,
  3338.      especially those overseas, may choose to register their copy of DSZ for
  3339.      $25.00 U.S.  by providing their VISA or Mastercard card number with
  3340.      expiration date and their name as it appears on their credit card.
  3341.  
  3342.      Purchase orders for less than $150 must be prepaid.  Omen Technology Inc
  3343.      Federal TAX ID #: 930858776 Oregon TAX ID #: 536565
  3344.       .ne 12
  3345.  
  3346.      "Das Recht zur Benutzung von DSZ in Deutschland, Oesterreich und der
  3347.      Schweiz erwerben Sie durch Bezahlung der Lizenzgebuehr von DM 57,00
  3348.      (incl. Mwst) an RzK
  3349.  
  3350.      Doris Koepke
  3351.      Bitzenstr. 11
  3352.      D-5464 Asbach
  3353.  
  3354.      Tel. 02683-4547, FAX 49 2683 4537, Telex 86 3705 rzk d, CIS
  3355.      [70126,1660]. Sie erhalten dann von dort sowohl die neueste Version, als
  3356.      auch Ihren individuellen Software-Key, mit dem Sie auch kuenftige
  3357.      Shareware-Versionen "aufschliessen", also die in der Shareware Version
  3358.      nicht zugnglichen Programmfunktionen nutzbar machen koennen, per Post.
  3359.  
  3360.  
  3361.  
  3362.  
  3363.  
  3364.      Chapter 19 Pg 55      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3365.  
  3366.  
  3367.      Die Benutzung nicht registrierter Versionen stellt einen Verstoss
  3368.      geltenden Rechts dar und wird strafrechtlich verfolgt."
  3369.  
  3370.  
  3371.      *************************************************************************
  3372.      The user registration package includes a printed serial number password
  3373.      (SNP) card.  The registration "care package" diskette contains the
  3374.      latest versions of the DSZ programs, additional user documentation, and
  3375.      the installation program which uses your personal SNP to enable advanced
  3376.      features and bypass the opening advertisement.
  3377.  
  3378.      The registration package unlocks the extra value in all past and future
  3379.      versions of DSZ.COM and DSZ.EXE.
  3380.      *************************************************************************
  3381.  
  3382.      The unique serial number on the registration card is registered to the
  3383.      user, and is acceptable proof of registration to corporate auditors.
  3384.  
  3385.      The putsnp program inserts your unique DSZ Serial Number Password (SNP)
  3386.      into you copy of DSZ with the following command:
  3387.             putsnp dsz.com
  3388.      Putsnp prompts for your SNP and asks appropriate questions before
  3389.      inserting the SNP to enable the extra value in DSZ.
  3390.  
  3391.      GSZ is serialized with the GCOLORS program described above.
  3392.  
  3393.      Some TSR programs and device deivers interfere with putsnp.  If you have
  3394.      a lockup running putsnp, run it without any device drivers or TSR
  3395.      programs (boot a plain DOS from floppy disk).
  3396.  
  3397.      Your disk directory entry for DSZ will show the date and time you
  3398.      serialized your copy of DSZ.  This does not affect the revision date DSZ
  3399.      announces when DSZ is run.
  3400.  
  3401.  
  3402.      The only legitimate way to disable the opening advertisement in DSZ is
  3403.      to insert an authorized SNP obtained from Omen Technology into DSZ with
  3404.      the putsnp program.  Any other suppression or modification of the
  3405.      opening screen is an illegal, unethical theft of services.  Omen
  3406.      Technology has received reports of serious problems caused by
  3407.      unauthorized patches to DSZ, and cannot assume liability for the
  3408.      performance of the resultant code.
  3409.  
  3410.      Piracy is stealing.
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418.  
  3419.  
  3420.  
  3421.  
  3422.  
  3423.      Chapter 19 Pg 56      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3424.  
  3425.  
  3426.      19.3  Files on Registration Disk
  3427.  
  3428.      The following files are currently included on the Registration Disk sent
  3429.      to paid registrants.
  3430.  
  3431.      BOOZ.EXE       Program to unpack .ZOO archives.  BOOZ.DOC describes
  3432.                     BOOZ.EXE.
  3433.  
  3434.  
  3435.      DSZEXE.ZOO     Contains DSZ.EXE.
  3436.  
  3437.                     To dearchive with booz: booz x dszexe
  3438.  
  3439.                     Type "booz" without arguments to see the help message.
  3440.  
  3441.  
  3442.  
  3443.      DSZ.ZOO        Contains DSZ.COM, DSZ.DOC, DESQview description files.
  3444.  
  3445.                     To dearchive with booz: booz x dsz
  3446.  
  3447.  
  3448.      DGSZ.ZOO       Contains GSZ, DSZ, GSZ.DOC, and DESQview description
  3449.                     files.
  3450.  
  3451.                     To dearchive with booz: booz x dsz
  3452.  
  3453.                     RZSZ.ZOO contains ZMODEM "C" source code for COMPLETE
  3454.                     Unix/Xenix programs licensed for use transferring files
  3455.                     to/from licensed Omen Technology products.[1]
  3456.  
  3457.                     To dearchive RZSZ with booz: booz x rzsz
  3458.  
  3459.  
  3460.      PUTSNP.EXE     Installs your unique registered serial number to enable
  3461.                     the extra value in DSZ.  (GCOLORS is used for GSZ.)
  3462.  
  3463.  
  3464.      DSZBG.DOC      (in DSZBG.ZOO) Background information for GSZ and DSZ,
  3465.                     consisting of relevant parts of the ZCOMM User's Manual.
  3466.  
  3467.                     To dearchive with booz: booz x dszbg
  3468.  
  3469.  
  3470.  
  3471.  
  3472.  
  3473.      __________
  3474.  
  3475.       1. Technical support for rzsz is available on a paid consulting basis.
  3476.  
  3477.  
  3478.  
  3479.  
  3480.  
  3481.  
  3482.      Chapter 19 Pg 57      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3483.  
  3484.  
  3485.      19.4  Bulletin Board Registration
  3486.  
  3487.      Note to the wise BBS operator: be sure you understand the DSZ restrict
  3488.      command and how to use it.
  3489.  
  3490.      Use and/or copying of DSZ by bulletin board sysops and/or systems is
  3491.      allowed according to the following conditions:
  3492.  
  3493.      I agree to feature the ZCOMM files (ZCOMMEXE.ZIP, ZCOMMDOC.ZIP,
  3494.      ZCOMMHLP.ZIP) for downloading, and to announce the availability and
  3495.      features of ZCOMM in any bulletins, help displays, or other displays
  3496.      that mention communications programs.  It is my responsibility to
  3497.      maintain reasonably current versions of the ZCOMM files on the BBS shown
  3498.      above.
  3499.  
  3500.      I understand that I am welcome to use DSZ on my bulletin board(s) from
  3501.      the time I sign and mail this document as long as I abide by the
  3502.      conditions above, including featuring the above mentioned ZCOMM files.
  3503.  
  3504.      I shall distribute DSZ.COM only as part of the DSZ.ZIP EXACTLY as
  3505.      provided by Omen Technology Inc, or "zipped" without any file additions,
  3506.      deletions, or modifications.  If I distribute DSZEXE.ZOO, I shall also
  3507.      maintain DSZ.ZIP in the same directory since DSZEXE.ZOO references files
  3508.      in DSZ.ZIP.
  3509.  
  3510.      If I see a modified DSZ archive or parts thereof in a file or collection
  3511.      of files (e.g., archive) on a bulletin board, I shall replace such files
  3512.      or archive members with the contents of DSZ.ZIP exactly as provided by
  3513.      Omen Technology Inc.  I shall report instances of noncompliance to Omen
  3514.      Technology.
  3515.  
  3516.      I shall not allow any version of dsz to be sold, modified, patched,
  3517.      hacked, disassembled, decompiled, or otherwise reverse engineered
  3518.      without the prior written permission of Omen Technology Inc.
  3519.  
  3520.      I understand that DSZ is not and never has been Copy Protected.  I fully
  3521.      understand that "DSZ unprotect" files have no function whatsoever except
  3522.      to aid and encourage the theft of Omen Technology's Intellectual
  3523.      Property.
  3524.  
  3525.      (For this BBS registration, a multi node bulletin board operating from a
  3526.      single, common file system counts as one machine.)
  3527.  
  3528.      The purpose of bulletin board registrations is to support and promote
  3529.      ZCOMM and Professional-YAM by popularizing the ZMODEM protocol and
  3530.      featuring the ZCOMM shareware files available for downloading.
  3531.  
  3532.      BBS registrations must be submitted on the bbs_reg form with signature
  3533.      and date, and must accompany a new paid DSZ or ZCOMM registration.  The
  3534.      paid registration that must accompany your BBS registration can be one
  3535.      submitted by one of your board's users.  Most boards have many
  3536.  
  3537.  
  3538.  
  3539.  
  3540.  
  3541.      Chapter 19 Pg 58      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3542.  
  3543.  
  3544.      unregistered DSZ users, so getting one of them to register their DSZ
  3545.      should pose no difficulty.  Since the paid registration may be from one
  3546.      of your board's users, you can get your BBS registered for free by
  3547.      getting one of your users to register his/her DSZ at the same time.
  3548.  
  3549.  
  3550.  
  3551.  
  3552.  
  3553.  
  3554.  
  3555.  
  3556.  
  3557.  
  3558.  
  3559.  
  3560.  
  3561.  
  3562.  
  3563.  
  3564.  
  3565.  
  3566.  
  3567.  
  3568.  
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576.  
  3577.  
  3578.  
  3579.  
  3580.  
  3581.  
  3582.  
  3583.  
  3584.  
  3585.  
  3586.  
  3587.  
  3588.  
  3589.  
  3590.  
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596.  
  3597.  
  3598.  
  3599.  
  3600.      Chapter 19 Pg 59      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3601.  
  3602.  
  3603.      20.  CHANGES
  3604.  
  3605.      Be sure to save your serial number/password (SNP) card and the putsnp
  3606.      program you received from Omen Technology to use with future versions of
  3607.      DSZ you may download!  (Use GCOLORS to serialize GSZ.)
  3608.  
  3609.      Current GSZ and DSZ versions are maintained on EXEC-PC BBS, BIX, GEnie
  3610.      (IBM Roundtable), CompuServe (IBMCOM and CONSULT SIGs) as well as Omen's
  3611.      TeleGodzilla (503-621-3746).
  3612.  
  3613.      DSZ is a popular program which has been the object of virus attacks.
  3614.      Pirated/hacked versions of DSZ have cost users and DSZ's developer
  3615.      thousands of dollars in lost time and other expenses, in addition to
  3616.      injuring of Omen Technology's reputation.
  3617.  
  3618.      Virus and Trojan code hidden in hacked/pirated copies of DSZ and
  3619.      programs claiming to "register DSZ" have caused loss of data.
  3620.  
  3621.  
  3622.  
  3623.      -rw-r--r--   1 caf      omen       53486 Nov 29 06:28 dsz.com
  3624.      -rwxrwxr-x   1 caf      omen       60881 Nov 29 06:26 dsz.exe
  3625.      PKZIP -vt 32 bit CRC: 4E751B50   53486  dsz.com
  3626.      PKZIP -vt 32 bit CRC: E6F67066   60881  dsz.exe
  3627.  
  3628.  
  3629.  
  3630.      Your copy of DSZ should show the same CRC values.  ZIP uses a 32 bit CRC
  3631.      compatible with the Professional-YAM and ZCOMM "crc" command.
  3632.            pkzip -vt dsz
  3633.      The following Pro-YAM/ZCOMM command gives the 32 bit CRC for DSZ.COM:
  3634.  
  3635.      EXAMPLE: >>>c: crc dsz.com
  3636.  
  3637.  
  3638.      If your copy shows a different CRC or file length, insist on a
  3639.      legitimate copy and report the source of the bogus/pirated copy to Omen
  3640.      Technology Inc.  Omen Technology has received reports of serious
  3641.      problems caused by unauthorized patches to DSZ, and cannot assume
  3642.      liability for the performance of the resultant code.
  3643.  
  3644.  
  3645.      COM7 and COM8 are changed; see the "port" command above.
  3646.  
  3647.      A problem in the 1/17/89 and 2/2/89 DSZ versions corrupts files under
  3648.      unusual circumstances.  Please delete all instances of the 1/17/89 and
  3649.      2-02-89 version.
  3650.  
  3651.      There never was a "zmodem d" parameter in DSZ.  Older versions of DSZ
  3652.      ignored attempts to set this nonexistent parameter with a message that
  3653.      humans ignored.  DSZ now aborts when asked to set a nonexistent
  3654.  
  3655.  
  3656.  
  3657.  
  3658.  
  3659.      Chapter 20 Pg 60      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3660.  
  3661.  
  3662.      parameter.  There is a "d" parameter that controls time/date stamping of
  3663.      files; Bulletin boards that need to disable time/date stamping of
  3664.      received files should simply use "pd0" not preceded by a "z".
  3665.  
  3666.      Good news for tired frog stompers!  The ZMODEM rz/sz programs are
  3667.      available in native VMS flavors with wild cards, record format support,
  3668.      etc..  Pre compiled VAX/VMS files are contained in the RZSZ.TLB
  3669.      compressed text library, available in the TeleGodzilla (503-621-3746)
  3670.      upgrade/vms subdirectory, Compuserve VAXFORUM, GEnie, and other bulletin
  3671.      boards.
  3672.  
  3673.      The DSZ and GSZ "t" command uses the DOS console driver for terminal
  3674.      emulation.  Standard ANSI.SYS is limited to a small subset of ANSI
  3675.      escape sequences; NANSI.SYS, FANSI-Console and other replacement console
  3676.      drivers provide faster screen updates and better ANSI terminal
  3677.      emulation.
  3678.  
  3679.      DESQview users: make sure "Separate Shift State" is set to "N".  (Tnx to
  3680.      Tim Trott for this info.)
  3681.  
  3682.      Nov 29 1993:  Rebuilt to correct zipfile authentication problems.
  3683.      Detection of 7-bit and nontransparent paths improved.
  3684.  
  3685.      Nov 27 1993:  Serial I/O has been tuned for more efficient operation
  3686.      with internal modems using firmware driven virtual UARTs.
  3687.  
  3688.      May 29 1993: The portx command now works with IRQ's up to 15, and,
  3689.      optionally, nonstandard baudrate clocks.
  3690.      EXAMPLE: dsz portx 3e8,15 rz -m
  3691.  
  3692.      Newer UART chips can use raw bit rate sources higher than the standard
  3693.      1.8432 MHz.  Some 386 and 486 machines support MobyBaud(TM) operation
  3694.      above 115200 bps.
  3695.  
  3696.      To support a nonstandard bit rate source, multiply 5760 by the new raw
  3697.      bit rate source frequency in MHz divided by 1.84320.
  3698.      EXAMPLE: dsz portx 3e8,15,57600   sp 38400 rz -m
  3699.      supports the 18.432 MHz clock option on the Boffin Electronics "WinSport
  3700.      II" 2 port serial board.
  3701.  
  3702.      May 3 1993: SlugBait should now work for XMODEM and YMODEM.  Some
  3703.      problems with file transfers over 7-bit paths were fixed (DSZ.EXE,
  3704.      GSZ.EXE).
  3705.  
  3706.      Nov 9 1992: Unwanted registration info message removed from registered
  3707.      copies.  Enhancements to accomodate non standard XMODEM programs.
  3708.      Corrected spurious automatic recognition of hardware handshake
  3709.      configuration.
  3710.  
  3711.      May 3 1992: Recompiled to correct bad file size/CRC values in DSZ.DOC
  3712.      and DSZNEW, pruned some unused code.  No functional changes from April
  3713.  
  3714.  
  3715.  
  3716.  
  3717.  
  3718.      Chapter 20 Pg 61      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3719.  
  3720.  
  3721.      27 vsn.
  3722.  
  3723.      April 27 1992: The GSZWINDOW environment variable can be set to 1, 2 or
  3724.      3 to leave the top 1, 2 or 3 lines unmolested.  DSZ.EXE is compiled on a
  3725.      newer compiler and now supports file sharing.
  3726.  
  3727.      Bogus/hacked/infected files with early 1992 revision dates have been
  3728.      reported.
  3729.  
  3730.      Dec 13 1991: DSZ and GSZ automatically support Doorway 2.2 without extra
  3731.      commands.
  3732.  
  3733.      The RZ.BAT and SZ.BAT files are supplied for convenience.  RZ.BAT allows
  3734.      calling programs that emit an "rz" command to automatically start DSZ
  3735.      from the DOS command prompt.  SZ.BAT is a convenient command interface
  3736.      that complements RZ.BAT.  You may modify SZ.BAT and RZ.BAT with your
  3737.      favorite options.
  3738.  
  3739.      The GSZ file transfer display now shows a distinct color at the
  3740.      locations where error retries occurred.  This gives a visual impression
  3741.      of the distribution of error retries.
  3742.  
  3743.      Oct 15 1991:  To accommodate other vendors' programs which do not
  3744.      provide a convenient way to control crash recovery, the "restrict"
  3745.      command security check is not performed if the destination file does not
  3746.      exist.
  3747.  
  3748.      Oct 8 1991: Some versions of putsnp were confused by a data pattern in
  3749.      the Oct 7 dsz.com, misplacing the installed serial number.  Oct 7 1991:
  3750.      The "t" (talk) command now accepts -h and -H to enable local echo.  Oct
  3751.      1 1991: Fixed an interaction between FIFO uarts and YMODEM-g termination
  3752.      after all files have been sent.  Fixed problem of some options being
  3753.      ignored on XMODEM and YMODEM downloads.  Fixed graphics display problem
  3754.      involving more than 40 MB of files.  Sep 4 1991: GCOLORS now saves the
  3755.      color scheme in a separate file GCOLORS.T.  Many small improvements in
  3756.      the GSZ file xfer display.  GCOLORS adds a "m" menu choice to remove
  3757.      color from the color scheme.
  3758.  
  3759.      A conflict between crash recovery and user specified short packets has
  3760.      been corrected.
  3761.  
  3762.      DSZ.EXE and GSZ now accept the "c" option to force incoming files to use
  3763.      a changed file name when a file with the same name exists.  DSZ.COM does
  3764.      not support this.  The receiving program must support this new ZMODEM
  3765.      option or file disposition will be undefined.
  3766.  
  3767.      Aug 7 1991: Serial I/O modifications have solved a Wedge-O-Matic(R)
  3768.      problem with one hardware configuration (antique 2400 bps internal
  3769.      modem).  Hopefully this will solve similar non-replicatable problems for
  3770.      other users.
  3771.  
  3772.  
  3773.  
  3774.  
  3775.  
  3776.  
  3777.      Chapter 20 Pg 62      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3778.  
  3779.  
  3780.      A number of display fixes/enhancements to GSZ, including the addition of
  3781.      the GSZWINDOW environment variable enabling BBS sysops to protect BBS
  3782.      status lines at the bottom of the screen.
  3783.  
  3784.  
  3785.      July 29 1991: Corrections to gcolors registration function.
  3786.  
  3787.      July 28 1991: Some changes to GSZ and CGOLORS to improve human factors.
  3788.  
  3789.      "GCOLORS -q" disables the flashing reminder of which field is being
  3790.      modified.  This was added to help users with certain visual impairments.
  3791.  
  3792.      A few users have reported hung transfers wither certain hardware and/or
  3793.      software configurations.  We have not been able to replicate the
  3794.      problem, but have added code that recovers from lost interrupts.
  3795.  
  3796.      July 21 1991: Preview release of GSZ!!
  3797.  
  3798.  
  3799.      July 3 1991: Spurious "Invalid Download Directory" message has been
  3800.      removed.  More hacks to accommodate AT&T's mutant "ymodemb" protocol.
  3801.      AT&T may be the right choice, but their "ymodemb" is not the right
  3802.      protocol.
  3803.  
  3804.      June 13 1991: DSZLOG entries made by the 6/10 DSZ had no carriage
  3805.      returns.  Please check the "pxN" and "z pxN" command descriptions for
  3806.      important clarifications.
  3807.  
  3808.      June 10 1991: A problem with sending with flow control has been fixed.
  3809.      Intelligent Crash Recovery(TM) has been enhanced to prevent timeouts
  3810.      when computers with different CPU speeds are used.
  3811.  
  3812.      May 31 1991:  The "sb" command has been hacked to accommodate an AT&T
  3813.      nonstandard "ymodemb" protocol.
  3814.  
  3815.      The handling of hardware flow control has been hacked to prevent flow
  3816.      control timeouts caused by TSR programs that poll the UART status
  3817.      registers.
  3818.  
  3819.      The size of the input buffer has been increased.
  3820.  
  3821.      The "V" numeric parameter has been added to DSZ.COM to allow direct
  3822.      video output in some instances.
  3823.  
  3824.      April 29 1991: The "t" command no longer ignores options set with DSZOPT
  3825.      and/or as flags to the "t" command.
  3826.  
  3827.      April 16 1991: Operation of "handshake slow" has been enhanced when
  3828.      receiving with ZMODEM CRC-32 and MobyTurbo(TM).  Users who had
  3829.      previously found "handshake slow" unable to control disk related "Line
  3830.      Status Register 02" overrun errors should find the new "handshake slow"
  3831.  
  3832.  
  3833.  
  3834.  
  3835.  
  3836.      Chapter 20 Pg 63      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3837.  
  3838.  
  3839.      more effective on ZMODEM CRC-32 and MobyTurbo downloads.
  3840.  
  3841.      DSZ.COM and DSZ.EXE now announce themselves as DSZ.COM and DSZ.EXE.
  3842.      DSZ.DOC has more discussion of differences between .COM and .EXE flavor.
  3843.      See the FILES chapter for expanded discussion of DSZ.COM vs DSZ.EXE.
  3844.  
  3845.      April 4 1991:  DSZ now supports 115200 bps on suitable hardware.
  3846.      DSZ.EXE throughputs of 113000 bps have been achieved with modest
  3847.      trickery.  "Your mileage may vary."
  3848.  
  3849.      The -I option has been added to the sz command.  The -I option causes
  3850.      new versions (Mar 29 1991 or later) of VMS rz to store files with the
  3851.      VMS Variable length (mrs=510) binary format.  Adding this record format
  3852.      should prevent VMS Kermit servers from corrupting file contents.
  3853.  
  3854.      Feb 28 1991:  The instructions for adding DSZ to ProComm Plus have been
  3855.      updated to include PCP version 2.  Datastorm has not licensed ZMODEM-
  3856.      90(TM) despite allegations that DSZ is now "built in" to ProComm Plus
  3857.      version 2.
  3858.  
  3859.      The F command was added to leave the 16550A FIFO enabled on exit.  The
  3860.      speed command now updates the effective baudrate used for time
  3861.      estimates.
  3862.  
  3863.  
  3864.      sz -e is more network friendly.  (If you don't know what sz -e does, you
  3865.      don't want to know - trust me.)
  3866.  
  3867.      Dec 16 1990:  Code changes to improve operation with the Intel
  3868.      SatisFAXtion modem/fax board.
  3869.  
  3870.      Nov 19 1990:  A number of small enhancements.
  3871.  
  3872.      The sz -i and -u options were added.  The -i option is useful sending
  3873.      files to VMS rz version 4.x, forcing VMS Stream_LF record format.  The
  3874.      -u option unlinks (deletes) a file after it is successfully sent with
  3875.      ZMODEM.
  3876.  
  3877.      SlugBait has been fixed.
  3878.  
  3879.      The Y numeric parameter (described above) has been added to allow FIFO
  3880.      hackers to do their thing.
  3881.  
  3882.      June 25 1990: When a ZMODEM block length is forced, the receiving DSZ
  3883.      writes the data to disk before acknowledging the block.  With DSZ.EXE
  3884.      and its maximum 16384 buffer size, you may be able to avoid overrun
  3885.      (Line Status Register 02) problems receiving to slow disk drives by
  3886.      using:
  3887.      DSZ pB16384 z pl16384 rz
  3888.  
  3889.      ZMODEM-90(TM) speeds up GEnie ZMODEM downloads; see DSZOPT.
  3890.  
  3891.  
  3892.  
  3893.  
  3894.  
  3895.      Chapter 20 Pg 64      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3896.  
  3897.  
  3898.      The "sz" command had an undocumented fallback to YMODEM, this has been
  3899.      removed for reliability reasons.
  3900.  
  3901.      The SlugBait (-s) option now causes DSZ to return success (0 exit code)
  3902.      if at least one file is transferred.
  3903.  
  3904.      April 11 1990: Enhancements for more efficient multitasking under
  3905.      DESQview and DESQview 386.  Code which prevented IRQ conflicts between
  3906.      COM1/COM3 and COM2/COM4 has been removed to allow use of COM7 and COM8
  3907.      without interference from DSZ running on COM1 or COM2..
  3908.  
  3909.      ZIP replaces ARC as the standard download distribution format on new
  3910.      files.
  3911.  
  3912.      March 21 1990: DSZ now sends the CANCEL sequence if it runs out of disk
  3913.      space while receiving a file with ZMODEM.
  3914.  
  3915.      DSZ now defaults to "handshake both" if the clear to send signal is high
  3916.      when DSZ selects the comm port regardless of the initial "baud rate".
  3917.  
  3918.      The P parameter can be set to -1 to disable the FIFO on the Western
  3919.      Digital WD16550 chip.  The WD16550 FIFO has been observed to lose
  3920.      characters when transmitting at slow baud rates.  A more elegant
  3921.      software solution to this hardware problem may be discovered in the
  3922.      future.
  3923.  
  3924.      Feb 25 1990: Doco change only. The "R" numeric parameter or the
  3925.      "restrict" command may be used to force partially received files to be
  3926.      deleted.  These features have been in DSZ for a long time, but never got
  3927.      into DSZ.DOC.
  3928.  
  3929.      Feb 18 1990: DSZPORT now accepts "portx" style arguments in addition to
  3930.      the traditional decimal number.  The -Wn option has been improved.
  3931.  
  3932.      Jan-28-1990: Doco improvements, especially to the "In Case of
  3933.      Difficulty" chapter.  BBS registration clarified for those that bother
  3934.      to read it.  Qmodem batch files fixed.  No change to the DSZ software.
  3935.  
  3936.      Jan-22-1990: ZMODEM-90(TM) extensions:
  3937.  
  3938.      Receiver specified window size: The -Wn option operates similarly to the
  3939.      -wn option.  The -Wn option is specified to the receiver, which sends
  3940.      this information to the sender.  Pro-YAM, ZCOMM and DSZ versions
  3941.      beginning with Jan 22 1990 support this.
  3942.  
  3943.      Specified extra escaped characters: The "zmtxesc" and "zmrxesc" allow
  3944.      extra characters to be escaped when sending (zmtxesc) or receiving
  3945.      (zmrxesc).  Zmtxesc is effective sending to any ZMODEM program.  The sz
  3946.      commands in Omen products after Jan 22 1990 except for DSZ.COM recognize
  3947.      incoming "zmrxesc" requests.  The zmrxesc and zmtxesc string parameters
  3948.      consist of one or more printing characters corresponding to the control
  3949.  
  3950.  
  3951.  
  3952.  
  3953.  
  3954.      Chapter 20 Pg 65      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  3955.  
  3956.  
  3957.      characters to be escaped.  To escape NULL:  set zmrxesc "@"
  3958.  
  3959.      Since DSZ does not support string parameters, a -Q<string> option unique
  3960.      to DSZ performs the same function as zmrxesc and zmtxesc.  If the
  3961.      Q<string> option is used in DSZOPT, it must be last.  To escape NULL:
  3962.      DSZ sz -Q@ file.ext
  3963.  
  3964.      MobyTurbo(TM):
  3965.  
  3966.      MobyTurbo optimizes throughput on GIF, ZIP, ARC, and similar files
  3967.      without sacrificing ZMODEM's famous reliability on noisy lines.
  3968.      MobyTurbo works with standard modems, error correcting modems with
  3969.      hardware flow control, and over paths that support ZMODEM and do not
  3970.      "eat" or otherwise respond to control characters.  This includes all
  3971.      paths that support YMODEM-g (or would except for line noise).
  3972.  
  3973.      MobyTurbo can be used for downloads over PC Pursuit if software flow
  3974.      control is not turned on.
  3975.  
  3976.      Activate MobyTurbo with the -m option to one or more of: sz command, rz
  3977.      command, or DSZOPT environment variable.
  3978.  
  3979.      ZMODEM over 7 bit paths:  (Not supported in DSZ.COM)
  3980.  
  3981.      A pair of ZMODEM-90 programs with 7-bit support operating over a 7 bit
  3982.      path should detect that fact and switch to one of two 7-bit path
  3983.      compatible encodings.  For testing, this can be forced with a "-E"
  3984.      option.
  3985.  
  3986.      Default 7-bit mode is RLE compression and 8th bit quoting similar to
  3987.      Kermit but more efficient because not so many control characters are
  3988.      quoted.  Use this default for text files.  Rubout and all control
  3989.      characters can be escaped with the -e option.  Individual control
  3990.      characters can be escaped with "zmtxesc" and "zmrxesc".
  3991.  
  3992.      Pack-7 instead of quoting is activated with the -P option.  (-P has no
  3993.      effect on 8 bit paths.) Pack-7 packs 4 bytes into 5 printing characters.
  3994.      This is more efficient than quoting for files where 25% more 8th bits
  3995.      appear than the number of characters saved by RLE compression.  (This
  3996.      statement applies to GIF, ARC, ZOO, and ZIP files.  It may or may not
  3997.      apply to other binary file formats, depending on the data.) Pack-7 will
  3998.      match or beat standard Kermit on ZIP files, even when Kermit has use of
  3999.      all 8 bits.
  4000.  
  4001.      SUPK412.ZIP 75136 bytes sent at 2400 bps direct connect from an
  4002.      Everex 1800 AT clone 8mHz/0ws to an 18 mHz Intel 386 motherboard.
  4003.  
  4004.      8-Bit line
  4005.      cps     Protocol/command
  4006.      156     MS Kermit 3.00 to MS Kermit 3.00  (defaults)
  4007.      182     MS Kermit 3.00 to MS Kermit 3.00  (windows=2 length=2000)
  4008.  
  4009.  
  4010.  
  4011.  
  4012.  
  4013.      Chapter 20 Pg 66      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  4014.  
  4015.  
  4016.      184     MS Kermit 3.00 to Pro-YAM 17.51 (windows=2 length=2000)
  4017.      231     Pro-YAM 17.51 ZMODEM (defaults)
  4018.      237     Pro-YAM 17.51 ZMODEM-90(TM) MobyTurbo(TM) (sz -m)
  4019.  
  4020.      7-Bit line
  4021.      cps     Protocol/command
  4022.      156     MS Kermit 3.00 to MS Kermit 3.00  (windows=4 length=2000)
  4023.      190     Pro-YAM 17.51 ZMODEM-90 PACK-7 (sz -EP)
  4024.  
  4025.      Kermit transfers used 8 bit CRC, ZMODEM used 32 bit CRC.
  4026.  
  4027.  
  4028.      ************************************************************************
  4029.      ************************************************************************
  4030.  
  4031.      WHAT TO LOOK FOR:
  4032.  
  4033.      Performance     difference     with     MobyTurbo,     possible     side
  4034.      effects/incompatibilities.   MobyTurbo  logic  tests  for  software flow
  4035.      control incompatibilities: when does this test fail?
  4036.  
  4037.      Automatic detection of 7-bit paths.  Spurious detection of  7-bit  paths
  4038.      and failure to detect 7-bit paths.  (DSZ.EXE only)
  4039.  
  4040.  
  4041.      12-13-89  The Virus check was removed because of user confusion and slow
  4042.      startup under certain conditions.  Code has been added to prevent and/or
  4043.      recover from "line status register 18" errors.
  4044.  
  4045.      10-28-89 A T may be appended to DSZOPT or "DSZ t  -T"  may  be  used  to
  4046.      force  DSZ  to  exit  after  it has recognized a ZMODEM AutoDownload(TM)
  4047.      request.
  4048.  
  4049.      10-24-89  BBS registered copies (serial  numbers  8000-8999  and  20000-
  4050.      23999) are now fully featured.
  4051.  
  4052.      The BBS registration form has been  modified.   Please  read  this  form
  4053.      carefully  before  applying  a  BBS  serial  number.   Use of BBS serial
  4054.      numbers (4000, 20000 series) acknowledges acceptance of this contract.
  4055.  
  4056.      The IMP/KMD compatibility file length information in the  YMODEM  header
  4057.      generated by the sb command now uses the correct byte ordering.  Changes
  4058.      to the XMODEM/YMODEM sz/sb commands were made  to  accommodate  programs
  4059.      that ise CK or CKL.  (As predicted in 1985, networks sometimes interfere
  4060.      with these sequences.)
  4061.  
  4062.      Files passed over because of creation errors at the  receiving  end  are
  4063.      now  counted  by the "sz" command as errors.  The receiving program must
  4064.      be a 9/89 or later version for this to be effective.
  4065.  
  4066.      The specified directory form of the rz and rb commands has been  enanced
  4067.  
  4068.  
  4069.  
  4070.  
  4071.  
  4072.      Chapter 20 Pg 67      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  4073.  
  4074.  
  4075.      to accommodate certain forms of erroneous syntax.
  4076.  
  4077.      6-19-89 A documentation error (concerning DSZPORT) was corrected in  the
  4078.      DOC file.
  4079.  
  4080.      5-25-89  Corrects a protocol negotiation problem encountered when the rz
  4081.      or sz -e option is used.
  4082.  
  4083.      Host programs can now specify an alternate CANCEL sequence (not used for
  4084.      DOS and Unix).
  4085.  
  4086.      The ZMODEM "Slow Send" mode inserts a brief pause after  each  subpacket
  4087.      when  invoked with the -F option, or automatically when the "sz" command
  4088.      detects failing flow control.  The zmodem F numeric  parameter  (default
  4089.      1) sets the pause in tenths of seconds.
  4090.  
  4091.      4-24-89 The -rr option has been improved.  Long file compares  are  done
  4092.      in  two  stages  to  save  time  when  the  first portions do not match.
  4093.      Diagnostic code and undocumented commands have been removed to  decrease
  4094.      the program size.
  4095.  
  4096.      The 4-18 version introduces ZMODEM variable length headers of up  to  16
  4097.      bytes  information  field instead of the previous fixed 4.  Selection of
  4098.      variable length header capability is automatic and downward  compatible.
  4099.      Variable   length   headers   allow   future   extensions   to  ZMODEM's
  4100.      capabilities.
  4101.  
  4102.      ZMODEM Crash Recovery now understands the  -rr  option  to  compare  the
  4103.      CRC-32   of  the  assumed  common  file  segment  before  continuing  an
  4104.      incomplete file transfer.  The "zmodem R" numeric parameter may  be  set
  4105.      to limit the number of bytes in the files that are compared; the default
  4106.      R value of 0 allows all of the file to be compared, an  R  value  up  to
  4107.      32000  (up  to 2 billion on 32 bit flavors) limits the comparison to the
  4108.      first R bytes of the two files.  The ZMODEM -rr option is  supported  by
  4109.      Omen Tech versions April 18 1989 and later.
  4110.  
  4111.      When ZMODEM Crash Recovery detects incompatible source  and  destination
  4112.      file  contents,  the  destination  file  is now truncated to zero length
  4113.      before proceeding  with  the  transfer.   Crash  Recovery  requires  the
  4114.      destination file to be no longer than the source file.
  4115.  
  4116.      Error reporting on unregistered copies has been enhanced  to  point  the
  4117.      user to solutions described in the relevant chapters in DSZ.DOC.
  4118.  
  4119.      3-18-89 In order to work around a bug in the  new  TCOMM  bbs,  DSZ  now
  4120.      defaults  to  "handshake  on"  if the speed is greater than 2400 and the
  4121.      clear to send signal is high when DSZ selects the comm port.
  4122.  
  4123.      The "o" command has been added to disconnect the modem after a  terminal
  4124.      session:  "DSZ  t  o" disconnects the modem when the terminal session is
  4125.      completed.
  4126.  
  4127.  
  4128.  
  4129.  
  4130.  
  4131.      Chapter 20 Pg 68      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  4132.  
  4133.  
  4134.      The "P" (capital P) numeric parameter (q.v.) has been added  to  display
  4135.      and control the UART fifo on some clone chips.
  4136.  
  4137.      BBS registrations postmarked after Feb 28 1989 must be accompanied by  a
  4138.      paid  DSZ  registration.  The free program expired Feb 28 1989.  Outside
  4139.      help has been hired to process and verify  applications  received  under
  4140.      that program.
  4141.  
  4142.      2-23-89 The term function now sends BREAK in response to the ALT-B  key.
  4143.      Handling  of  the  Ctrl-Break  vector  has  been  changed so an untimely
  4144.      keyboarded Ctrl-C or Ctrl-Break will not hang DOS.
  4145.  
  4146.      2-15-89  DIRRX is enabled for BBS registrations (8xxx  numbers).   Logic
  4147.      has  been  added  to  simulate  transmit  interrupts  on chips that have
  4148.      problems in this area.  The "A" command does not  require  registration.
  4149.      An  interaction between ONAME= or PREFIX= and the file count display has
  4150.      been removed.  Time/date conversion routines have been enhanced to  deal
  4151.      with  files with missing dates.  The "v" command has been added to allow
  4152.      bbs programs to interrogate DSZ's serial number.
  4153.  
  4154.      2-06-89 A spurious error message at the completion of  YMODEM  downloads
  4155.      with  a  download  directory  specified  on  the  command  line has been
  4156.      eliminated.
  4157.  
  4158.      2-05-89 DSZ now returns a non 0 status unless at least one file has been
  4159.      transferred.    An   inappropriate   pathname/disk  specifier  check  on
  4160.      specified download directories has been removed.
  4161.  
  4162.      Previous versions:
  4163.  
  4164.      SlugBait logic has been simplified, reporting any failed  file  transfer
  4165.      where any of the last 1K of the file was sent with Q status.
  4166.  
  4167.      Introduced ZMODEM RLE compression with the -Z option.   (registered  DSZ
  4168.      copies  also  accept "Z" in the DSZOPT environment variable.) ZMODEM RLE
  4169.      compression packs runs of the same character in two or  three  character
  4170.      sequences.    Compression  is  useful  for  screen  dumps,  uncompressed
  4171.      workspaces, compiler listings, and other  files  rich  with  strings  of
  4172.      repeated  characters,  but  not  .GIF,  .ARC,  .ZOO and other compressed
  4173.      files.  Compression percentages range  from  -1  per  cent  for  already
  4174.      compressed  files  to  more  than  1000  per cent (10x speedup!) for the
  4175.      Personal Computing text file benchmark(!).   When  sending  to  programs
  4176.      that  do  not support ZMODEM compression, the -Z option is ignored.  The
  4177.      -Z option is effective when specified to the sending program only.
  4178.  
  4179.      "Handshake slow" has been added to disable the RTS signal to  the  modem
  4180.      while writing to disk, even if the interrupt buffer is not chock full of
  4181.      bytes.  This should help systems with  excessive  interrupt  latency  on
  4182.      disk writes.
  4183.  
  4184.      Setting the v (verbose) parameter to  1  or  greater  causes  serialized
  4185.  
  4186.  
  4187.  
  4188.  
  4189.  
  4190.      Chapter 20 Pg 69      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  4191.  
  4192.  
  4193.      copies to ring the bell when a transfer is done.
  4194.  
  4195.      DSZ.DOC has been extensively rewritten and  reorganized.   DSZ  supports
  4196.      the  advanced  buffering of the National NS16550AN, NS16550AFN and Intel
  4197.      82510 serial interface devices.   Please  refer  to  the  subchapter  on
  4198.      "Brain Damaged UARTs".
  4199.  
  4200.  
  4201.  
  4202.  
  4203.  
  4204.  
  4205.  
  4206.  
  4207.  
  4208.  
  4209.  
  4210.  
  4211.  
  4212.  
  4213.  
  4214.  
  4215.  
  4216.  
  4217.  
  4218.  
  4219.  
  4220.  
  4221.  
  4222.  
  4223.  
  4224.  
  4225.  
  4226.  
  4227.  
  4228.  
  4229.  
  4230.  
  4231.  
  4232.  
  4233.  
  4234.  
  4235.  
  4236.  
  4237.  
  4238.  
  4239.  
  4240.  
  4241.  
  4242.  
  4243.  
  4244.  
  4245.  
  4246.  
  4247.  
  4248.  
  4249.      Chapter 21 Pg 70      DSZ Reference Rev Nov-29-93       Typeset 11-29-93
  4250.  
  4251.  
  4252.      21.  ACKNOWLEDGEMENTS
  4253.  
  4254.      32 bit CRC code courtesy Gary S. Brown.
  4255.  
  4256.      ZMODEM-90(TM), MobyTurbo(TM), The High Reliability Software(TM), Demand
  4257.      Upgrade(TM), TurboLearn Script Writer(TM), Cybernetic Data Recovery(TM),
  4258.      ZMODEM AutoDownload(TM), Intelligent Crash Recovery(TM), Error
  4259.      Containment(TM), Full Time Capture(TM), True YMODEM(TM),
  4260.      OverThruster(TM), Password Guardian(TM), CryptoScript(TM), and
  4261.      TurboDial(TM) are Omen Technology trademarks.
  4262.  
  4263.      PowerCom was trademarked in 1985 by POLYTRON Corporation, Hillsboro
  4264.      Oregon.
  4265.  
  4266.      True YMODEM(TM) is an Omen Technology Trademark signifying YMODEM
  4267.      protocol support that meets the full YMODEM specification.
  4268.  
  4269.      DSZ and this documentation are Copyright 1991 by Omen Technology Inc,
  4270.      all rights reserved.  DSZ is not and never has been Public Domain.
  4271.      Every version of DSZ has included a Copyright Notice and a prohibition
  4272.      against sale or modification.  This prohibition applies to any theft of
  4273.      the intellectual property and trade secrets contained in DSZ by
  4274.      decompilation, disassembly, or any other form of reverse engineering
  4275.      including but not limited to profiling, tracing, data analysis, or
  4276.      monitoring the operation of DSZ.
  4277.  
  4278.      Omen Technology copyright applies to its expression of the encoding and
  4279.      compression ideas expressed as code and byte streams used in the
  4280.      ZMODEM-90 enhancements.
  4281.  
  4282.      DSZ is not and never has been Copy Protected.  "DSZ unprotect" files
  4283.      have no function whatsoever except to aid and encourage the theft of
  4284.      Omen Technology's Intellectual Property.
  4285.  
  4286.                            Omen Technology Incorporated
  4287.                           The High Reliability Software
  4288.  
  4289.                        17505-V Northwest Sauvie Island Road
  4290.                               Portland Oregon 97231
  4291.                      Modem: 503-621-3746 Speed 1200,2400,V.32
  4292.                                 FAX: 503-621-3735
  4293.                  CompuServe:70007,2304  GEnie:CAF   BIX:cforsberg
  4294.  
  4295.  
  4296.  
  4297.  
  4298.  
  4299.  
  4300.  
  4301.  
  4302.  
  4303.  
  4304.  
  4305.  
  4306.  
  4307.  
  4308.